summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2018-04-02 16:10:23 -0400
committerMatthew Russotto <matthew.russotto@10gen.com>2018-04-02 16:10:23 -0400
commitb64b512409dc84bd093d7266d5fc201177f85915 (patch)
treed3efca7ff3ac36b5aaf3bb65dc78c137fc023cef /src/mongo/db/commands.h
parente0ba31a5f891c5d5a9e91e23a3829339bb1d06bc (diff)
downloadmongo-b64b512409dc84bd093d7266d5fc201177f85915.tar.gz
SERVER-34109 Make sure we accept 'stmtId' for all transaction-supported commands.
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 3b3b6b9b216..0284c852f27 100644
--- a/src/mongo/db/commands.h
+++ b/src/mongo/db/commands.h
@@ -142,6 +142,7 @@ struct CommandHelpers {
arg == "lsid" || //
arg == "txnNumber" || //
arg == "autocommit" || //
+ arg == "stmtId" || //
false; // These comments tell clang-format to keep this line-oriented.
}