mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
fix xtradb on windows (again)
This commit is contained in:
parent
1c6ad62a26
commit
359d764b79
1 changed files with 0 additions and 3 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue