Commit f4401738 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-14968 On upgrade, InnoDB reports "started; log sequence number 0"

srv_prepare_to_delete_redo_log_files(): Initialize srv_start_lsn.
parent 81378b39
...@@ -1446,6 +1446,7 @@ srv_prepare_to_delete_redo_log_files( ...@@ -1446,6 +1446,7 @@ srv_prepare_to_delete_redo_log_files(
<< " bytes; LSN=" << flushed_lsn; << " bytes; LSN=" << flushed_lsn;
} }
srv_start_lsn = flushed_lsn;
/* Flush the old log files. */ /* Flush the old log files. */
log_mutex_exit(); log_mutex_exit();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment