0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-48695 setAppliedThrough must set orderedCommit=false on the recovery unit

This commit is contained in:
Matthew Russotto 2020-06-11 10:39:12 -04:00 committed by Evergreen Agent
parent 19656470dc
commit e52733a000

View File

@ -898,6 +898,7 @@ Status _updateWithQuery(OperationContext* opCtx,
WriteUnitOfWork wuow(opCtx);
if (!ts.isNull()) {
uassertStatusOK(opCtx->recoveryUnit()->setTimestamp(ts));
opCtx->recoveryUnit()->setOrderedCommit(false);
}
auto planExecutorResult = mongo::getExecutorUpdate(