summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2018-02-28 23:45:50 -0500
committerSiyuan Zhou <siyuan.zhou@mongodb.com>2018-03-05 18:08:47 -0500
commitc7524de57dc3a9d829d8bce43e219c9e011094c5 (patch)
tree312818f1457c9682f1ef683375e25c767090f4f3 /src/mongo/db/commands.h
parent3f94de87680764d74bfb219a07606d46c515cba6 (diff)
downloadmongo-c7524de57dc3a9d829d8bce43e219c9e011094c5.tar.gz
SERVER-33216 Implement commitTransaction command.
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r--src/mongo/db/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h
index e9516c75f29..5779d89e7e9 100644
--- a/src/mongo/db/commands.h
+++ b/src/mongo/db/commands.h
@@ -134,6 +134,7 @@ struct CommandHelpers {
arg == "writeConcern" || //
arg == "lsid" || //
arg == "txnNumber" || //
+ arg == "autocommit" || //
false; // These comments tell clang-format to keep this line-oriented.
}