diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-01-28 11:51:12 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-01-28 20:31:20 +0100 |
commit | eff71f39ddc117d09da5465f7ea9fe007ed89009 (patch) | |
tree | f9e5fd51b0cc567269c6c8a34ef2a9da6bfe0665 /mysql-test/disabled.def | |
parent | 2175bfce3e9da8332f10ab0e0286dc93915533a2 (diff) | |
download | mariadb-git-eff71f39ddc117d09da5465f7ea9fe007ed89009.tar.gz |
disable an old test
@@open_files_limit now behaves differenly and cannot
be used to skip the test anymore.
Diffstat (limited to 'mysql-test/disabled.def')
-rw-r--r-- | mysql-test/disabled.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/disabled.def b/mysql-test/disabled.def index c7fa62ff7dd..d4856f0b7aa 100644 --- a/mysql-test/disabled.def +++ b/mysql-test/disabled.def @@ -15,3 +15,4 @@ read_many_rows_innodb : Bug#11748886 2010-11-15 mattiasj report already exist mysql_embedded : Bug#12561297 2011-05-14 Anitha Dependent on PB2 changes - eventum#41836 file_contents : MDEV-6526 these files are not installed anymore lowercase_fs_on : lower_case_table_names=0 is not an error until 10.1 +partition_open_files_limit : open_files_limit check broken by MDEV-18360 |