diff options
author | Sneha MOdi <sneha.modi@oracle.com> | 2011-11-02 16:53:41 +0530 |
---|---|---|
committer | Sneha MOdi <sneha.modi@oracle.com> | 2011-11-02 16:53:41 +0530 |
commit | e51fcf8f728d5e482017c96737665011b8fd141a (patch) | |
tree | 5debdcbbdf820923ba75661de1767b519153d62d /mysql-test/collections | |
parent | adb6c903bb72fcfa16383870896dbb26636d1a13 (diff) | |
download | mariadb-git-e51fcf8f728d5e482017c96737665011b8fd141a.tar.gz |
BUG#11754168:PARTS OF INDEX_MERGE_INNODB.TEST ARE DISABLED DUE TO EXPLAIN DIFFS
Parts of index_merge_innodb were disabled.These have been enabled with a few changes
and the test is being made experimental to study it's behaviour.
Diffstat (limited to 'mysql-test/collections')
-rw-r--r-- | mysql-test/collections/default.experimental | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/collections/default.experimental b/mysql-test/collections/default.experimental index b3623402065..0241397d996 100644 --- a/mysql-test/collections/default.experimental +++ b/mysql-test/collections/default.experimental @@ -6,6 +6,7 @@ binlog.binlog_multi_engine # joro : NDB tests marked as experiment funcs_1.charset_collation_1 # depends on compile-time decisions main.func_math @freebsd # Bug#11751977 2010-05-04 alik main.func_math fails on FreeBSD in PB2 +main.index_merge_innodb #Bug 11754168 - 45727: Disabled parts of index_merge_innodb due to explain diffs have been enabled main.lock_multi_bug38499 # Bug#11755645 2009-09-19 alik main.lock_multi_bug38499 times out sporadically main.outfile_loaddata @solaris # Bug#11755168 2010-01-20 alik Test "outfile_loaddata" fails (reproducible) main.signal_demo3 @solaris # Bug#11753919 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun |