diff options
author | unknown <kostja@dipika.(none)> | 2008-04-07 15:42:32 +0400 |
---|---|---|
committer | unknown <kostja@dipika.(none)> | 2008-04-07 15:42:32 +0400 |
commit | 17ec1c3c3b036bc8d856824dc0912539ca6e7da9 (patch) | |
tree | ad29314f09fb7b2fa9cd84473632a8565601de68 /mysql-test/t/disabled.def | |
parent | ed0fd2f628ed64101b69a3bf0757a9453131e8f4 (diff) | |
download | mariadb-git-17ec1c3c3b036bc8d856824dc0912539ca6e7da9.tar.gz |
A fix for Bug#32724 "innodb_mysql.test fails randomly".
Enable back the disabled test case.
mysql-test/t/disabled.def:
Enable the test case innodb_mysql.
sql/sql_parse.cc:
Fix the random failure of innodb_mysql test. The failure is not
random any more after a patch for Bug 12713 added asserts around
handler commit.
Diffstat (limited to 'mysql-test/t/disabled.def')
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 4e58c30b812..af7b9c25f18 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -16,7 +16,6 @@ ctype_big5 : BUG#26711 2007-06-21 Lars Test has never worked on Do federated_transactions : Bug#29523 Transactions do not work lowercase_table3 : Bug#32667 lowercase_table3.test reports to error log -innodb_mysql : Bug#32724: innodb_mysql.test fails randomly ctype_create : Bug#32965 main.ctype_create fails status : Bug#32966 main.status fails ps_ddl : Bug#12093 2007-12-14 pending WL#4165 / WL#4166 |