mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
66ec3a770f
73 changed files with 879 additions and 348 deletions
|
|
@ -2876,8 +2876,9 @@ loop:
|
|||
|
||||
if (lsn == checkpoint_lsn) {
|
||||
if (recv_sys->mlog_checkpoint_lsn) {
|
||||
ut_ad(recv_sys->mlog_checkpoint_lsn
|
||||
<= recv_sys->recovered_lsn);
|
||||
/* There can be multiple
|
||||
MLOG_CHECKPOINT lsn for the
|
||||
same checkpoint. */
|
||||
break;
|
||||
}
|
||||
recv_sys->mlog_checkpoint_lsn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue