Commit 359d764b authored by Sergei Golubchik's avatar Sergei Golubchik

fix xtradb on windows (again)

parent 1c6ad62a
......@@ -1607,9 +1607,6 @@ buf_flush_page_and_try_neighbors(
ut_a(buf_page_in_file(bpage)
|| (buf_page_get_state(bpage) == BUF_BLOCK_REMOVE_HASH
#ifdef UNIV_DEBUG
&& !mutex_own(&buf_pool->LRU_list_mutex)
#endif
));
if (buf_flush_ready_for_flush(bpage, flush_type)) {
......
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