summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/user_management_commands.h
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2015-09-08 09:46:53 -0400
committerAndreas Nilsson <andreas.nilsson@10gen.com>2015-09-08 10:47:48 -0400
commitd9a98b851736689d5913e4817179889ee75a475c (patch)
treea0c11f364f2b38a4576e73990eca5dbf5ca80f5c /src/mongo/db/commands/user_management_commands.h
parent526742267e208954e531c102784c0599ceba579f (diff)
downloadmongo-d9a98b851736689d5913e4817179889ee75a475c.tar.gz
SERVER-19721 Restore the authSchemaUpgrade command
Fixed mongos rebase error for catalogManager(txn)
Diffstat (limited to 'src/mongo/db/commands/user_management_commands.h')
-rw-r--r--src/mongo/db/commands/user_management_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/user_management_commands.h b/src/mongo/db/commands/user_management_commands.h
index 63c7a7d8d6c..8ae4e233db9 100644
--- a/src/mongo/db/commands/user_management_commands.h
+++ b/src/mongo/db/commands/user_management_commands.h
@@ -141,6 +141,7 @@ Status checkAuthForGetUserCacheGenerationCommand(ClientBasic* client);
Status checkAuthForMergeAuthzCollectionsCommand(ClientBasic* client, const BSONObj& cmdObj);
+Status checkAuthForAuthSchemaUpgradeCommand(ClientBasic* client);
} // namespace auth
} // namespace mongo