diff options
-rw-r--r-- | storage/innobase/buf/buf0buf.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/buf/buf0buf.cc b/storage/innobase/buf/buf0buf.cc index 031deaa0a23..9408ce7bf62 100644 --- a/storage/innobase/buf/buf0buf.cc +++ b/storage/innobase/buf/buf0buf.cc @@ -3827,7 +3827,6 @@ loop: if (block->page.io_fix() != BUF_IO_NONE) { hash_lock->write_unlock(); - buf_LRU_block_free_non_file_page(free_block); mysql_mutex_unlock(&buf_pool.mutex); goto loop; } |