diff options
author | Georgi Kodinov <joro@sun.com> | 2009-11-04 11:13:22 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-11-04 11:13:22 +0200 |
commit | d66b794ec50847858b01aeb24cfb4d6ae468590c (patch) | |
tree | dfbae1ec848bda94acf363be0a9de374f9f02fca | |
parent | 69859d8d83527dbbf0bfd7788725f086a0455baa (diff) | |
download | mariadb-git-d66b794ec50847858b01aeb24cfb4d6ae468590c.tar.gz |
Disabled the rpl_killed_ddl test in 5.0 because of bug #45520
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 062667c249e..7ce67d3fa89 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -25,3 +25,4 @@ loaddata_autocom_ndb : Bug#35148: Error '4009 Cluster Failure' in various tests ndb_autodiscover3 : Bug#35148: Error '4009 Cluster Failure' in various tests on various platforms ndb_autodiscover : Bug#45972: ndb.ndb_autodiscover fails occasionally with pb2 ndb_autodiscover2 : Bug#45972: ndb.ndb_autodiscover fails occasionally with pb2 +rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2 |