There was an error while loading. Please reload this page.
1 parent c25b496 commit 21031b2Copy full SHA for 21031b2
mysql-test/suite/innodb/t/purge_secondary.test
@@ -1,6 +1,10 @@
1
--source include/have_innodb.inc
2
--source include/have_sequence.inc
3
4
+--disable_query_log
5
+call mtr.add_suppression("InnoDB: Difficult to find free blocks in the buffer pool");
6
+--enable_query_log
7
+
8
# Ensure that the history list length will actually be decremented by purge.
9
SET @saved_frequency = @@GLOBAL.innodb_purge_rseg_truncate_frequency;
10
SET GLOBAL innodb_purge_rseg_truncate_frequency = 1;
0 commit comments