diff options
author | Sergey Petrunia <sergefp@mysql.com> | 2009-03-18 19:08:54 +0300 |
---|---|---|
committer | Sergey Petrunia <sergefp@mysql.com> | 2009-03-18 19:08:54 +0300 |
commit | 5b8156e07fe832f71b17c07d09a90966797a7589 (patch) | |
tree | 36443698ecfca24af23d963df489ea2064a0fd21 /mysql-test/t | |
parent | 79d59cca8e5fc3bd9fce79133242b772cf18e545 (diff) | |
parent | c75051479f49ebf3e14301657b4a0b1879633d6c (diff) | |
download | mariadb-git-5b8156e07fe832f71b17c07d09a90966797a7589.tar.gz |
Merge
Diffstat (limited to 'mysql-test/t')
-rw-r--r-- | mysql-test/t/disabled.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 3f61176e37b..eab0542314a 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -11,3 +11,5 @@ ############################################################################## kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild. innodb_bug39438 : BUG#42383 2009-01-28 lsoares "This fails in embedded and on windows. Note that this test is not run on windows and on embedded in PB for main trees currently" +#concurrent_innodb_safelog: disabled for embedded server due to bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog). +#concurrent_innodb_unsafelog: disabled for embedded server due to bug#43733. |