解决备份指定时间恢复时失败问题

This commit is contained in:
MuJinqiang
2021-03-17 23:08:30 +08:00
parent 8a114dfb6a
commit 10a47db1d7

View File

@ -302,7 +302,7 @@ void ApplyReadyTxnLogRecords(TxnRedoWorker *worker, bool forceAll)
oldReplayedPageLSN = lrEnd; oldReplayedPageLSN = lrEnd;
} }
RedoInterruptCallBack(); RedoInterruptCallBack();
} while (forceAll && XLByteLT(lrEnd, t_thrd.xlog_cxt.EndRecPtr)); } while (forceAll && XLByteLT(lrEnd, g_dispatcher->dispatchEndRecPtr));
} }
worker->procHead = item; worker->procHead = item;