diff options
Diffstat (limited to 'storage/innobase/buf/buf0flu.cc')
-rw-r--r-- | storage/innobase/buf/buf0flu.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/innobase/buf/buf0flu.cc b/storage/innobase/buf/buf0flu.cc index 87a5386ce25..c20dd03c8a9 100644 --- a/storage/innobase/buf/buf0flu.cc +++ b/storage/innobase/buf/buf0flu.cc @@ -958,7 +958,12 @@ buf_flush_write_block_low( /* true means we want to evict this page from the LRU list as well. */ +#ifdef UNIV_DEBUG + dberr_t err = +#endif buf_page_io_complete(bpage, true); + + ut_ad(err == DB_SUCCESS); } fil_space_release(space); |