3868 Hemant Kumar 2012-03-27
Making memcached tests experimental until the setup issues on PB2 get resolved.
modified:
mysql-test/collections/default.experimental
3867 Nuno Carvalho 2012-03-27 [merge]
BUG#13810456: GTID: UNTIL_SQL_BEFORE_GTID DOES NOT WORK
Problem:
The logic for START SLAVE UNTIL SQL_BEFORE_GTIDS was wrong, it stopped
SQL thread before the last GTID and not any GTID present on the
parameter.
Solution:
1. Fixed START SLAVE UNTIL SQL_BEFORE_GTIDS logic to stop SQL thread
before any GTID present on the parameter is applied.
2. Added START SLAVE UNTIL SQL_AFTER_GTIDS implementation, that stops
after all GTIDs present on the parameter are applied.
3. Call sql_print_information from this function in order to remove
duplicated code from the places where it is called.
added:
mysql-test/suite/rpl/r/rpl_gtid_sql_until_before_after.result
mysql-test/suite/rpl/t/rpl_gtid_sql_until_before_after.test
modified:
sql/rpl_gtid.h
sql/rpl_gtid_set.cc
sql/rpl_rli.cc
sql/rpl_rli.h
sql/rpl_slave.cc
sql/sql_lex.h
sql/sql_yacc.yy
=== modified file 'mysql-test/collections/default.experimental'
--- a/mysql-test/collections/default.experimental 2012-03-27 05:50:16 +0000
+++ b/mysql-test/collections/default.experimental 2012-03-27 09:55:06 +0000
@@ -38,3 +38,7 @@ sys_vars.rpl_init_slave_func # Bug#125
rpl.rpl_mixed_mts_rec_crash_safe @solaris # Bug#12902514 2011-08-19 andrei mts recovery tests are slow
rpl.rpl_mixed_mts_rec_crash_safe_checksum @solaris # Bug#12902514 2011-08-19 andrei same as rpl_mixed_mts_rec_crash_safe
rpl.rpl_mixed_mts_crash_safe @solaris # Bug#12902514 2011-08-19 andrei same as rpl_mixed_mts_rec_crash_safe
+
+# All memcached tests are failing. This could be setup issues on PB2
+# Making experimental until the problems are resolved
+memcached.*
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (hemant.hk.kumar:3867 to 3868) | Hemant Kumar | 27 Mar |