summaryrefslogtreecommitdiff
path: root/mysql-test/main/partition_open_files_limit.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/partition_open_files_limit.result')
-rw-r--r--mysql-test/main/partition_open_files_limit.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/partition_open_files_limit.result b/mysql-test/main/partition_open_files_limit.result
index fed32a69c44..327fe24d27d 100644
--- a/mysql-test/main/partition_open_files_limit.result
+++ b/mysql-test/main/partition_open_files_limit.result
@@ -1,4 +1,6 @@
DROP TABLE IF EXISTS `t1`;
+call mtr.add_suppression("option 'table_open_cache'");
+call mtr.add_suppression("option 'max_connections'");
# Bug#46922: crash when adding partitions and open_files_limit is reached
CREATE TABLE t1 (a INT PRIMARY KEY)
ENGINE=MyISAM PARTITION BY KEY () PARTITIONS 1;