diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-12-14 18:02:40 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-12-14 18:02:40 +0200 |
commit | 9ecd76652664ec92836ce8c4a7a98ff5dbe7bf46 (patch) | |
tree | 69dfb4ef9c4f04930c8bc742010ad4b22a1f958f /storage/innobase/buf | |
parent | d79c3f3297f8f2f6bd44a52c95dbae1d06bd3976 (diff) | |
parent | e8217d070fc3e60870131615a48515836c773b07 (diff) | |
download | mariadb-git-9ecd76652664ec92836ce8c4a7a98ff5dbe7bf46.tar.gz |
Merge 10.5 into 10.6
Diffstat (limited to 'storage/innobase/buf')
-rw-r--r-- | storage/innobase/buf/buf0dblwr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/buf/buf0dblwr.cc b/storage/innobase/buf/buf0dblwr.cc index 7cf68801bb3..c1d343be50a 100644 --- a/storage/innobase/buf/buf0dblwr.cc +++ b/storage/innobase/buf/buf0dblwr.cc @@ -642,7 +642,7 @@ void buf_dblwr_t::flush_buffered_writes_completed(const IORequest &request) mysql_mutex_unlock(&mutex); /* Now flush the doublewrite buffer data to disk */ - fil_system.sys_space->flush(); + fil_system.sys_space->flush<false>(); /* The writes have been flushed to disk now and in recovery we will find them in the doublewrite buffer blocks. Next, write the data pages. */ |