summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-08-03 07:38:41 +0200
committerSergei Golubchik <sergii@pisem.net>2014-08-03 07:38:41 +0200
commit359d764b79969e6ae96fc2eab2fb0a73f2f2461e (patch)
treeff691cc52b9c820ba9c52300e6b6bb237f0c560c /storage
parent1c6ad62a269a3a03d8a343e1412876e04e9e9c37 (diff)
downloadmariadb-git-359d764b79969e6ae96fc2eab2fb0a73f2f2461e.tar.gz
fix xtradb on windows (again)
Diffstat (limited to 'storage')
-rw-r--r--storage/xtradb/buf/buf0flu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/xtradb/buf/buf0flu.c b/storage/xtradb/buf/buf0flu.c
index 0afdeb3fd02..aa93053abae 100644
--- a/storage/xtradb/buf/buf0flu.c
+++ b/storage/xtradb/buf/buf0flu.c
@@ -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)) {