diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-10-09 16:43:59 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-10-09 16:43:59 +0200 |
commit | 16c4b3c68b06653592a9500050ad977a38f4ebae (patch) | |
tree | 9c26da00fe119d92efd3792987c3790d7d0fb409 /mysql-test/disabled.def | |
parent | f41a41fd912af97bc2703d3fcec8d1a294bef023 (diff) | |
download | mariadb-git-16c4b3c68b06653592a9500050ad977a38f4ebae.tar.gz |
fixes for buildbot:mariadb-5.5.46
* OSX (mysqlimport freeing unallocated memory)
* Windows (didn't compile MSI)
* fulltest2 (innodb crashes in --embedded --big)
Diffstat (limited to 'mysql-test/disabled.def')
-rw-r--r-- | mysql-test/disabled.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/disabled.def b/mysql-test/disabled.def index 6dc3066e374..310890605ff 100644 --- a/mysql-test/disabled.def +++ b/mysql-test/disabled.def @@ -11,9 +11,8 @@ ############################################################################## tablespace : disabled in MariaDB (no TABLESPACE table attribute) events_time_zone : Test is not predictable as it depends on precise timing. -lowercase_table3 : Bug#11762269 2010-06-30 alik main.lowercase_table3 on Mac OSX read_many_rows_innodb : Bug#11748886 2010-11-15 mattiasj report already exists -archive-big : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists 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 |