summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2019-09-20 23:11:07 +0000
committerevergreen <evergreen@mongodb.com>2019-09-20 23:11:07 +0000
commit166425bf4c9c2b302e72e1ca7a7f2109e605cbbe (patch)
treec4f205ea05797dc542ce4bf85b81b2bfbf33c2db /src/mongo/db/auth
parent43b3d71af00922f7ebc1958f54ad39f0622a7c97 (diff)
downloadmongo-166425bf4c9c2b302e72e1ca7a7f2109e605cbbe.tar.gz
SERVER-43243 Restore repairDatabase ActionType
Diffstat (limited to 'src/mongo/db/auth')
-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 431d18373e6..33d161461c2 100644
--- a/src/mongo/db/auth/action_types.txt
+++ b/src/mongo/db/auth/action_types.txt
@@ -91,6 +91,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",