diff options
Diffstat (limited to 'storage/innobase/fsp/fsp0sysspace.cc')
| -rw-r--r-- | storage/innobase/fsp/fsp0sysspace.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/fsp/fsp0sysspace.cc b/storage/innobase/fsp/fsp0sysspace.cc index e4bb11c9a22..aca84b9cfd4 100644 --- a/storage/innobase/fsp/fsp0sysspace.cc +++ b/storage/innobase/fsp/fsp0sysspace.cc @@ -571,7 +571,7 @@ SysTablespace::read_lsn_and_check_flags(lsn_t* flushed_lsn) ut_a(it->order() == 0); - buf_dblwr_init_or_load_pages(it->handle(), it->filepath()); + buf_dblwr_init_or_load_pages(it->handle(), it->filepath(), true); /* Check the contents of the first page of the first datafile. */ |
