diff --git a/storage/innobase/srv/srv0start.cc b/storage/innobase/srv/srv0start.cc index f45e4c98e81..d3b7fb6bf94 100644 --- a/storage/innobase/srv/srv0start.cc +++ b/storage/innobase/srv/srv0start.cc @@ -1446,6 +1446,7 @@ srv_prepare_to_delete_redo_log_files( << " bytes; LSN=" << flushed_lsn; } + srv_start_lsn = flushed_lsn; /* Flush the old log files. */ log_mutex_exit();