From 495e7f1b3ddc53a9f588a5e0b1f9ca2f2d82e43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 22 Jan 2024 08:24:08 +0200 Subject: [PATCH] MDEV-33053 fixup: Correct a condition before a message --- storage/innobase/buf/buf0flu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innobase/buf/buf0flu.cc b/storage/innobase/buf/buf0flu.cc index 21ca288ec23..4f7fb316b88 100644 --- a/storage/innobase/buf/buf0flu.cc +++ b/storage/innobase/buf/buf0flu.cc @@ -1798,7 +1798,7 @@ ulint buf_flush_LRU(ulint max_n, bool evict) pthread_cond_broadcast(&buf_pool.done_free); } else if (!pages && !buf_pool.try_LRU_scan && - buf_pool.LRU_warned.test_and_set(std::memory_order_acquire)) + !buf_pool.LRU_warned.test_and_set(std::memory_order_acquire)) { /* For example, with the minimum innodb_buffer_pool_size=5M and the default innodb_page_size=16k there are only a little over 316