Commit 28036f38 authored by unknown's avatar unknown
Browse files

Bug#18208 SBR fails to replicate auto_increment values for Cluster

 - Replication of tables with autoincrement not supported when maste and or slave uses storage engine "ndb"


mysql-test/t/disabled.def:
  Remove disabling of testscase
mysql-test/t/rpl_ndb_multi_update2.test:
  Only run this test when row based replication is available
parent 9865f74f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,4 +38,3 @@ rpl_ndb_sp007 : Bug #17290
rpl_sp                  : Bug#16456
rpl_until               : Unstable test case, bug#15886
sp-goto                 : GOTO is currently is disabled - will be fixed in the future
rpl_ndb_multi_update2   : BUG#17738 In progress
+5 −0
Original line number Diff line number Diff line
@@ -3,5 +3,10 @@
# to reuse test code between engine runs                   #
############################################################
-- source include/have_ndb.inc

# Run this only for row based replication, as replication of
# auto_increment values are not supported with NDB as storage engine
-- source include/have_binlog_format_row.inc

let $engine_type=NDB;
--source extra/rpl_tests/rpl_multi_update2.test