summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2019-10-02 23:36:55 +0000
committerevergreen <evergreen@mongodb.com>2019-10-02 23:36:55 +0000
commitbc734bbd61ea5e07301f1f05c83db08641453201 (patch)
tree094df2a17b626e3b8aef213983ff494d51a08847
parent292c390a47413e90623314fb777b05edc36750c6 (diff)
downloadmongo-bc734bbd61ea5e07301f1f05c83db08641453201.tar.gz
SERVER-43243 Restore repairDatabase ActionType
(cherry picked from commit 166425bf4c9c2b302e72e1ca7a7f2109e605cbbe)
-rw-r--r--src/mongo/db/auth/action_types.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/auth/action_types.txt b/src/mongo/db/auth/action_types.txt
index a353f154847..56bbe633972 100644
--- a/src/mongo/db/auth/action_types.txt
+++ b/src/mongo/db/auth/action_types.txt
@@ -90,6 +90,7 @@
"removeShard",
"renameCollection", # Not used for permissions checks, but to id the event in logs.
"renameCollectionSameDB",
+"repairDatabase", # Deprecated, needs to stay around for backwards compatibility
"replSetConfigure",
"replSetGetConfig",
"replSetGetStatus",