Commit 82e44d60 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.5 into 10.6

parents 176aaf93 147a317e
...@@ -2971,7 +2971,8 @@ buf_page_get_low( ...@@ -2971,7 +2971,8 @@ buf_page_get_low(
buf_flush_lists(ULINT_UNDEFINED, LSN_MAX); buf_flush_lists(ULINT_UNDEFINED, LSN_MAX);
buf_flush_wait_batch_end_acquiring_mutex(false); buf_flush_wait_batch_end_acquiring_mutex(false);
if (!fix_block->page.oldest_modification()) { if (fix_block->page.buf_fix_count() == 1
&& !fix_block->page.oldest_modification()) {
goto re_evict; goto re_evict;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment