diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2023-03-20 10:38:44 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2023-03-20 10:38:44 +0200 |
commit | faeca0008bd4ef90b1c9b41171d47b7892deac5e (patch) | |
tree | b024684970760869384140ee2b14c0fb38e05217 | |
parent | 7b032b01cd94e5c96c527ad3dc620e255961a80d (diff) | |
parent | 78d0d74eb72ac4e8f763511d9d20dda020dd8673 (diff) | |
download | mariadb-git-faeca0008bd4ef90b1c9b41171d47b7892deac5e.tar.gz |
Merge 10.10 into 10.11
-rw-r--r-- | storage/innobase/buf/buf0flu.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/buf/buf0flu.cc b/storage/innobase/buf/buf0flu.cc index 5ec9c5ca2e1..3fa26dab25f 100644 --- a/storage/innobase/buf/buf0flu.cc +++ b/storage/innobase/buf/buf0flu.cc @@ -2432,7 +2432,6 @@ static void buf_flush_page_cleaner() break; const ulint dirty_blocks= UT_LIST_GET_LEN(buf_pool.flush_list); - ut_ad(dirty_blocks); /* We perform dirty reads of the LRU+free list lengths here. Division by zero is not possible, because buf_pool.flush_list is guaranteed to be nonempty, and it is a subset of buf_pool.LRU. */ |