There was an error while loading. Please reload this page.
2 parents 1147e32 + e4b83f0 commit eec1d6cCopy full SHA for eec1d6c
storage/innobase/buf/buf0flu.cc
@@ -2432,7 +2432,6 @@ static void buf_flush_page_cleaner()
2432
break;
2433
2434
const ulint dirty_blocks= UT_LIST_GET_LEN(buf_pool.flush_list);
2435
- ut_ad(dirty_blocks);
2436
/* We perform dirty reads of the LRU+free list lengths here.
2437
Division by zero is not possible, because buf_pool.flush_list is
2438
guaranteed to be nonempty, and it is a subset of buf_pool.LRU. */
0 commit comments