summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorforkfun <alice.sherepa@gmail.com>2021-12-09 16:29:22 +0100
committerforkfun <alice.sherepa@gmail.com>2021-12-09 16:29:22 +0100
commiteafa2a1411d373fc21e82cc49cc1e6d7a33c127a (patch)
treea1c6d65a8663de3e6221e8a6554c222f17e47a4e /mysql-test/r
parentf974062c519e95a00dbd5a1711e2bb95490eb4dc (diff)
downloadmariadb-git-bb-10.2-alice.tar.gz
enable partition_open_files_limit testbb-10.2-alice
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/partition_open_files_limit.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/partition_open_files_limit.result b/mysql-test/r/partition_open_files_limit.result
index fed32a69c44..327fe24d27d 100644
--- a/mysql-test/r/partition_open_files_limit.result
+++ b/mysql-test/r/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;