summaryrefslogtreecommitdiff
path: root/storage/xtradb/buf/buf0buddy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/buf/buf0buddy.cc')
-rw-r--r--storage/xtradb/buf/buf0buddy.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/xtradb/buf/buf0buddy.cc b/storage/xtradb/buf/buf0buddy.cc
index 8cb880c1169..2ee39c6c992 100644
--- a/storage/xtradb/buf/buf0buddy.cc
+++ b/storage/xtradb/buf/buf0buddy.cc
@@ -485,7 +485,6 @@ buf_buddy_alloc_low(
{
buf_block_t* block;
- ut_ad(lru);
ut_ad(mutex_own(&buf_pool->LRU_list_mutex));
ut_ad(!mutex_own(&buf_pool->zip_mutex));
ut_ad(i >= buf_buddy_get_slot(UNIV_ZIP_SIZE_MIN));