Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2154 06/03/15 16:14:48 msvensson@shellback.(none) +2 -0
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/rpl_ndb_multi_update2.test
1.2 06/03/15 16:14:42 msvensson@shellback.(none) +5 -0
Only run this test when row based replication is available
mysql-test/t/disabled.def
1.93 06/03/15 16:14:42 msvensson@shellback.(none) +0 -1
Remove disabling of testscase
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: shellback.(none)
# Root: /home/msvensson/mysql/bug17728/my51-bug17728
--- 1.1/mysql-test/t/rpl_ndb_multi_update2.test 2006-02-15 18:07:06 +01:00
+++ 1.2/mysql-test/t/rpl_ndb_multi_update2.test 2006-03-15 16:14:42 +01:00
@@ -3,5 +3,10 @@
# to reuse test code between engine runs #
############################################################
-- source include/have_ndb.inc
+
+# Run this only for row based replication, replication of
+# auto_increment values not supported with NDB as storage engine
+-- source include/have_row_based.inc
+
let $engine_type=NDB;
--source extra/rpl_tests/rpl_multi_update2.test
--- 1.92/mysql-test/t/disabled.def 2006-03-07 13:31:27 +01:00
+++ 1.93/mysql-test/t/disabled.def 2006-03-15 16:14:42 +01:00
@@ -38,4 +38,3 @@
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
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2154) BUG#18208 | msvensson | 15 Mar |