summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_validation.h
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2018-11-07 12:49:32 -0500
committerJack Mulrow <jack.mulrow@mongodb.com>2018-11-07 12:49:32 -0500
commit28418b385fdb72f69447a53f4a320853e6c20592 (patch)
tree7a53b3d2c13d5d966717c6c9f58724d764af5123 /src/mongo/db/transaction_validation.h
parent86e89d210ad038a283541131eb5d072f92ea19f2 (diff)
downloadmongo-28418b385fdb72f69447a53f4a320853e6c20592.tar.gz
SERVER-36260 Update function names
Diffstat (limited to 'src/mongo/db/transaction_validation.h')
-rw-r--r--src/mongo/db/transaction_validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/transaction_validation.h b/src/mongo/db/transaction_validation.h
index 4aa4a6563dd..7078b12fab4 100644
--- a/src/mongo/db/transaction_validation.h
+++ b/src/mongo/db/transaction_validation.h
@@ -44,7 +44,7 @@ void validateWriteConcernForTransaction(const WriteConcernOptions& wcResult, Str
* Returns true if the given command is one of the commands that does not check out a session
* regardless of its session options, e.g. two-phase commit commands.
*/
-bool cmdSkipsSessionCheckout(StringData cmdName);
+bool shouldCommandSkipSessionCheckout(StringData cmdName);
/**
* Throws if the given session options are invalid for the given command and target database.