diff options
author | Satya B <satya.bn@sun.com> | 2009-12-03 17:33:24 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-12-03 17:33:24 +0530 |
commit | 1295ec601c4504285121353e94582c325f1c24fe (patch) | |
tree | dcc38a703cdbd45c6d4e5188257eff5c435e256c /mysql-test | |
parent | c6c12db965ec17f5bf7db20eaf668eede32e4e43 (diff) | |
download | mariadb-git-1295ec601c4504285121353e94582c325f1c24fe.tar.gz |
Disable main.innodb and innodb.innodb-index until BUG#49396 is fixed.
These tests are fails due to result mismatch only in embedded mode.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/innodb/t/disabled.def | 1 | ||||
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/disabled.def b/mysql-test/suite/innodb/t/disabled.def new file mode 100644 index 00000000000..6535ee27887 --- /dev/null +++ b/mysql-test/suite/innodb/t/disabled.def @@ -0,0 +1 @@ +innodb-index : Bug#49396 2009-12-03 test fails in embedded mode diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 06d3dbb4e57..4241df4decd 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -12,3 +12,4 @@ kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild. query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2 +innodb : Bug#49396 2009-12-03 test fails in embedded mode |