Bug #54850 rpl_ndb.rpl_ndb_stm_innodb and
rpl_ndb.rpl_ndb_2other fails The two regressions tests failed after WL#5349 was pushed, since they were writted with the implicit requirement that MyISAM is the default storage engine. Adding --default-storage-engine=MyISAM as startup parameter, to mimic the pre-wl#5349 situation. mysql-test/suite/rpl_ndb/t/disabled.def: Re-enabling rpl_ndb_stm_innodb and rpl_ndb_2other mysql-test/suite/rpl_ndb/t/rpl_ndb_2other-slave.opt: Setting MyISAM as default storage engine explicitly mysql-test/suite/rpl_ndb/t/rpl_ndb_stm_innodb-slave.opt: The slave also needs to be started with MyISAM as default engine.
This commit is contained in:
parent
a3b9557b3a
commit
968902ddc9
@ -10,8 +10,6 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
rpl_ndb_stm_innodb : Bug#54850 2010-07-02 alik rpl_ndb.rpl_ndb_stm_innodb and rpl_ndb.rpl_ndb_2other fails
|
||||
rpl_ndb_2other : Bug#54850 2010-07-02 alik rpl_ndb.rpl_ndb_stm_innodb and rpl_ndb.rpl_ndb_2other fails
|
||||
rpl_ndb_row_implicit_commit_binlog : Bug#55849 2010-08-09 alik rpl_ndb.rpl_ndb_row_implicit_commit_binlog fails
|
||||
|
||||
# the below testcase have been reworked to avoid the bug, test contains comment, keep bug open
|
||||
|
@ -1 +1 @@
|
||||
--innodb --loose-ndbcluster=OFF --log-slave-updates=0
|
||||
--innodb --loose-ndbcluster=OFF --log-slave-updates=0 --default-storage-engine=MyISAM
|
||||
|
1
mysql-test/suite/rpl_ndb/t/rpl_ndb_stm_innodb-slave.opt
Normal file
1
mysql-test/suite/rpl_ndb/t/rpl_ndb_stm_innodb-slave.opt
Normal file
@ -0,0 +1 @@
|
||||
--default-storage-engine=MyISAM
|
Loading…
x
Reference in New Issue
Block a user