1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Post-fix for merge mysql-5.1-rep+2 --> mysql-5.1-rep+3

This commit is contained in:
Alfranio Correia
2009-11-11 13:51:49 +00:00
parent d09bded416
commit ada4ae340a
9 changed files with 41 additions and 20 deletions

View File

@ -19,8 +19,7 @@
--echo #########################################################################
--echo # CONFIGURATION
--echo #########################################################################
#Re-enable this after fixing BUG#46572
#connection master;
connection master;
CREATE TABLE tt_1 (ddl_case INT, PRIMARY KEY(ddl_case)) ENGINE = Innodb;
CREATE TABLE tt_2 (ddl_case INT, PRIMARY KEY(ddl_case)) ENGINE = Innodb;
@ -353,23 +352,18 @@ SET AUTOCOMMIT= 1;
--echo ###################################################################################
--echo # CHECK CONSISTENCY
--echo ###################################################################################
# Re-enable this after fixing BUG#46572
# #--sync_slave_with_master
#
# #--let $diff_table_1= master:test.tt_1
# #--let $diff_table_2= slave:test.tt_1
# #--source include/diff_tables.inc
#
--sync_slave_with_master
--let $diff_table_1= master:test.tt_1
--let $diff_table_2= slave:test.tt_1
--source include/diff_tables.inc
--echo ###################################################################################
--echo # CLEAN
--echo ###################################################################################
#Re-enable this after fixing BUG#46572
#connection master;
connection master;
DROP TABLE tt_1;
DROP TABLE tt_2;
#Re-enable this after fixing BUG#46572
#sync_slave_with_master;
sync_slave_with_master;