diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2019-09-20 23:11:07 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-09-20 23:11:07 +0000 |
commit | 166425bf4c9c2b302e72e1ca7a7f2109e605cbbe (patch) | |
tree | c4f205ea05797dc542ce4bf85b81b2bfbf33c2db /src/mongo | |
parent | 43b3d71af00922f7ebc1958f54ad39f0622a7c97 (diff) | |
download | mongo-166425bf4c9c2b302e72e1ca7a7f2109e605cbbe.tar.gz |
SERVER-43243 Restore repairDatabase ActionType
Diffstat (limited to 'src/mongo')
-rw-r--r-- | src/mongo/db/auth/action_types.txt | 1 |
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", |