1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Bug #34244 Test ndb_binlog_log_bin fails for 'drop table if

exists t1,t2,t3'
Bug #34245 Test ndb_binlog_multi fails for 'CREATE TABLE'
Bug #34246 Test rpl_ndb_transaction fails with 'Failed to create
           'mysql/ndb_apply_status'

Tests cases didn't wait for cluster to come up due to a typo
in have_multi_ndb.inc.
This commit is contained in:
mkindahl@dl145h.mysql.com
2008-02-03 11:48:45 +01:00
parent c35112de8c
commit 221ef88c6a
4 changed files with 4 additions and 6 deletions

View File

@ -6,6 +6,7 @@
source include/ndb_master-slave.inc;
source include/have_ndb.inc;
source include/have_debug.inc;
CREATE TABLE tmyisam (a int) ENGINE = MYISAM;
CREATE TABLE tinnodb (a int) ENGINE = INNODB;