diff options
author | unknown <aelkin/andrei@mysql1000.(none)> | 2008-03-29 14:01:56 +0200 |
---|---|---|
committer | unknown <aelkin/andrei@mysql1000.(none)> | 2008-03-29 14:01:56 +0200 |
commit | fdb9d02945e4e867bc3e862e41b9f2a5522ba76c (patch) | |
tree | 3f78fca1769229dbd5f80dc95e6d40c0d85b9933 | |
parent | 911e325d095865d8dc087d18343f5ee81c224265 (diff) | |
download | mariadb-git-fdb9d02945e4e867bc3e862e41b9f2a5522ba76c.tar.gz |
Fixing rpl suite disabled.def: rpl_stm_extraColmaster_ndb does not exist in the suite.
mysql-test/suite/rpl/t/disabled.def:
removing the line because there is no such test in the suite anymore.
-rw-r--r-- | mysql-test/suite/rpl/t/disabled.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/t/disabled.def b/mysql-test/suite/rpl/t/disabled.def index 20c3ccf0486..4375a2a8aa5 100644 --- a/mysql-test/suite/rpl/t/disabled.def +++ b/mysql-test/suite/rpl/t/disabled.def @@ -11,7 +11,6 @@ ############################################################################## rpl_ddl : BUG#26418 2007-03-01 mleich Slave out of sync after CREATE/DROP TEMPORARY TABLE + ROLLBACK on master -rpl_stm_extraColmaster_ndb : WL#3915 : Statement-based replication not supported in ndb. Enable test when supported. rpl_innodb_bug28430 : Bug #32247 2007-11-27 mats Test reports wrong value of "AUTO_INCREMENT" (on a partitioned InnoDB table) rpl_view : Bug#32654: rpl_view.test fails randomly rpl_ndb_multi : Bug#30751: rpl_ndb_multi missing row in output |