Commit 1f2f17f
committed
MDEV-39061 mariadb-backup compatible wrapper for BACKUP SERVER
backup_innodb.cc: record the backup end LSN as the current log LSN
(log_sys.get_lsn()) instead of the flushed LSN, so a committed
transaction whose redo has not yet been flushed to disk is still
covered by the backup's recovery target.1 parent 0bd61a3 commit 1f2f17f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
0 commit comments