summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-12-05 16:04:25 -0500
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-12-06 11:04:15 -0500
commit2e6e75cc78113485c6c82e695bccd91f7c3932e1 (patch)
tree24f8e6cfec854a10f2a4e229efe9afab78547019 /src/mongo/db/namespace_string.h
parente7302a09ff2b6a1906ccff76121f6eb7f8773c37 (diff)
downloadmongo-2e6e75cc78113485c6c82e695bccd91f7c3932e1.tar.gz
SERVER-37884 Coordinator should make its state durable before sending prepare and before sending the decision
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index c56898a53b8..651d769544b 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -93,6 +93,9 @@ public:
// Namespace of the the oplog collection.
static const NamespaceString kRsOplogNamespace;
+ // Namespace for storing the persisted state of transaction coordinators.
+ static const NamespaceString kTransactionCoordinatorsNamespace;
+
/**
* Constructs an empty NamespaceString.
*/