summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2013-12-12 10:52:53 -0500
committermatt dannenberg <matt.dannenberg@10gen.com>2013-12-12 13:57:28 -0500
commit8d3220958d1ffd5f9bb89f1e574ef8235075bef5 (patch)
tree8625a23afacb7c179a5a2357e3d2260712d43059 /src/mongo/db/auth
parent6923d227113a44bdec68e450a27a191284d465a1 (diff)
downloadmongo-8d3220958d1ffd5f9bb89f1e574ef8235075bef5.tar.gz
SERVER-1891 added shardCollection actiontype for the auditlog
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 7baae435edc..a95527e9e75 100644
--- a/src/mongo/db/auth/action_types.txt
+++ b/src/mongo/db/auth/action_types.txt
@@ -94,6 +94,7 @@
"serverStatus",
"setParameter",
"setShardVersion",
+"shardCollection",
"shardingState",
"shutdown",
"splitChunk",