1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

merge from 5.5-mtr

This commit is contained in:
Bjorn Munch
2010-11-09 13:04:44 +01:00
26 changed files with 76 additions and 34 deletions

View File

@@ -13,3 +13,4 @@ n
24
drop table t1;
delete from mysql.user where user="replicate";
call mtr.force_restart();

View File

@@ -142,3 +142,4 @@ HEX(word)
SELECT * FROM tmptbl504451f4258$1;
ERROR 42S02: Table 'test.tmptbl504451f4258$1' doesn't exist
DROP TABLE t5;
call mtr.force_restart();

View File

@@ -33,3 +33,4 @@ Slave_IO_Running = No (should be No)
DROP TABLE t1;
[on master]
DROP TABLE t1;
call mtr.force_restart();

View File

@@ -31,4 +31,6 @@ drop table t1;
delete from mysql.user where user="replicate";
sync_slave_with_master;
call mtr.force_restart();
# End of 4.1 tests

View File

@@ -0,0 +1 @@
--force-restart

View File

@@ -1 +1,2 @@
--replicate-same-server-id --relay-log=slave-relay-bin
--force-restart

View File

@@ -0,0 +1 @@
--force-restart

View File

@@ -0,0 +1 @@
--force-restart

View File

@@ -174,3 +174,5 @@ SELECT * FROM tmptbl504451f4258$1;
connection master;
DROP TABLE t5;
sync_slave_with_master;
call mtr.force_restart();

View File

@@ -0,0 +1 @@
--force-restart

View File

@@ -0,0 +1 @@
--force-restart

View File

@@ -1 +1,2 @@
rm -f $MYSQLTEST_VARDIR/std_data_master_link
ln -s $MYSQLTEST_VARDIR/std_data $MYSQLTEST_VARDIR/std_data_master_link

View File

@@ -1 +1,2 @@
rm -f $MYSQLTEST_VARDIR/std_data_slave_link
ln -s $MYSQLTEST_VARDIR/std_data $MYSQLTEST_VARDIR/std_data_slave_link

View File

@@ -1 +1,2 @@
$SEMISYNC_PLUGIN_OPT
--force-restart

View File

@@ -0,0 +1 @@
--force-restart

View File

@@ -68,3 +68,4 @@ DROP TABLE t1;
--echo [on master]
connection master;
DROP TABLE t1;
call mtr.force_restart();

View File

@@ -150,3 +150,4 @@ source include/diff_tables.inc;
--echo =====Clean up=======;
connection master;
drop table t1;
--remove_file $MYSQLD_SLAVE_DATADIR/master.backup

View File

@@ -1,3 +1,2 @@
--loose-debug="+d,all_errors_are_temporary_errors" --slave-transaction-retries=2
--force-restart