-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Client, Internal Code
-
None
The file mongo/client/auth_helpers.h has a MONGO_CLIENT function, meaning that this file is required for the client driver, but also has non-exported entities that are only relevant to mongos and tools.
These other entities (getRemoteStoredAuthorizationVersion and schemaVersionServerParameter) should be moved to a file that is not part of the client drver.