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:
parent
19656470dc
commit
e52733a000
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user