解决备份指定时间恢复时失败问题
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user