diff options
Diffstat (limited to 'extra/mariabackup')
-rw-r--r-- | extra/mariabackup/xtrabackup.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc index d44e212d58a..94b10019e1d 100644 --- a/extra/mariabackup/xtrabackup.cc +++ b/extra/mariabackup/xtrabackup.cc @@ -552,7 +552,7 @@ void CorruptedPages::zero_out_free_pages() *page_it, space_name.c_str()); } } - space->flush(); + space->flush<true>(); space->release(); } m_spaces.swap(non_free_pages); |