summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_concern.h
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2021-06-16 22:20:15 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-21 01:34:21 +0000
commitfca4506a72e32e2346ddaa7e0a7d9d59f2138d8e (patch)
tree12b236a4d487595c0359cfdd7f76f45293f381e1 /src/mongo/db/read_concern.h
parent0ed565bbca1b13b69edd134eb7f7f468ae91c4e7 (diff)
downloadmongo-fca4506a72e32e2346ddaa7e0a7d9d59f2138d8e.tar.gz
SERVER-57769 Allow tenant migration recipients to advance cluster time with noops
Diffstat (limited to 'src/mongo/db/read_concern.h')
-rw-r--r--src/mongo/db/read_concern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/read_concern.h b/src/mongo/db/read_concern.h
index 6168b393954..e12915870cf 100644
--- a/src/mongo/db/read_concern.h
+++ b/src/mongo/db/read_concern.h
@@ -37,6 +37,7 @@ class Status;
template <typename T>
class StatusWith;
enum class PrepareConflictBehavior;
+class StringData;
namespace repl {
class ReadConcernArgs;
class SpeculativeMajorityReadInfo;
@@ -64,6 +65,7 @@ void setPrepareConflictBehaviorForReadConcern(OperationContext* opCtx,
*/
Status waitForReadConcern(OperationContext* opCtx,
const repl::ReadConcernArgs& readConcernArgs,
+ StringData dbName,
bool allowAfterClusterTime);
/*