mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
remove few obscure, unused, or misused mtr features
This commit is contained in:
@ -45,4 +45,3 @@ delete from mysql.user where user="replicate";
|
||||
# End of 4.1 tests
|
||||
--source include/rpl_end.inc
|
||||
|
||||
--source include/force_restart.inc
|
||||
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -1,2 +1 @@
|
||||
--replicate-same-server-id --relay-log=slave-relay-bin
|
||||
--force-restart
|
||||
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -17,7 +17,9 @@ reset master;
|
||||
|
||||
connection slave;
|
||||
set @restore_slave_net_timeout= @@global.slave_net_timeout;
|
||||
--disable_warnings
|
||||
set @@global.slave_net_timeout= 10;
|
||||
--enable_warnings
|
||||
|
||||
###
|
||||
### Checking the range
|
||||
|
@ -183,4 +183,3 @@ DROP TABLE t5;
|
||||
sync_slave_with_master;
|
||||
|
||||
--source include/rpl_end.inc
|
||||
--source include/force_restart.inc
|
||||
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -10,8 +10,8 @@
|
||||
##########
|
||||
|
||||
# Includes
|
||||
-- source include/master-slave.inc
|
||||
-- source include/have_binlog_format_mixed_or_row.inc
|
||||
-- source include/master-slave.inc
|
||||
|
||||
-- source extra/rpl_tests/rpl_loadfile.test
|
||||
|
||||
|
@ -9,12 +9,13 @@
|
||||
-- source include/have_binlog_format_row.inc
|
||||
# Embedded server doesn't support binlogging
|
||||
-- source include/not_embedded.inc
|
||||
-- source include/master-slave.inc
|
||||
# This test requires the cp932 charset compiled in
|
||||
-- source include/have_cp932.inc
|
||||
# Slow test, don't run during staging part
|
||||
-- source include/not_staging.inc
|
||||
|
||||
-- source include/master-slave.inc
|
||||
|
||||
# Setup Section
|
||||
# we need this for getting fixed timestamps inside of this test
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
# The test verifies that SHOW STATUS LIKE 'Slave_running' displays ON
|
||||
# if and only if `SHOW SLAVE STATUS' displays YES for Slave_IO_Running and Slave_SQL_Running
|
||||
#
|
||||
source include/master-slave.inc;
|
||||
source include/have_debug.inc;
|
||||
source include/have_debug_sync.inc;
|
||||
source include/master-slave.inc;
|
||||
|
||||
connection slave;
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -75,4 +75,3 @@ connection master;
|
||||
DROP TABLE t1;
|
||||
|
||||
--source include/rpl_end.inc
|
||||
--source include/force_restart.inc
|
||||
|
@ -1 +1 @@
|
||||
--force-restart --log-slow-slave-statements --log-slow-queries
|
||||
--log-slow-slave-statements --log-slow-queries
|
||||
|
@ -1,9 +1,9 @@
|
||||
# File for specialities regarding replication from or to InnoDB
|
||||
# tables.
|
||||
|
||||
source include/master-slave.inc;
|
||||
source include/have_innodb.inc;
|
||||
source include/have_binlog_format_mixed_or_statement.inc;
|
||||
source include/master-slave.inc;
|
||||
|
||||
source extra/rpl_tests/rpl_innodb.test;
|
||||
--source include/rpl_end.inc
|
||||
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -12,8 +12,8 @@
|
||||
# This test issues SHOW [BINLOG|RELAYLOG] EVENTS both on master and slave after
|
||||
# some statements have been issued.
|
||||
|
||||
-- source include/master-slave.inc
|
||||
-- source include/have_binlog_format_mixed_or_statement.inc
|
||||
-- source include/master-slave.inc
|
||||
|
||||
-- source extra/rpl_tests/rpl_show_relaylog_events.inc
|
||||
--source include/rpl_end.inc
|
||||
|
@ -1 +0,0 @@
|
||||
--force-restart
|
@ -10,6 +10,7 @@
|
||||
|
||||
|
||||
-- source include/not_ndb_default.inc
|
||||
-- source include/have_binlog_format_mixed_or_row.inc
|
||||
-- source include/master-slave.inc
|
||||
|
||||
# Since this test generates row-based events in the binary log, the
|
||||
@ -18,7 +19,6 @@
|
||||
# BINLOG_FORMAT.
|
||||
|
||||
connection slave;
|
||||
-- source include/have_binlog_format_mixed_or_row.inc
|
||||
|
||||
connection master;
|
||||
--disable_warnings
|
||||
|
@ -1,2 +1 @@
|
||||
--loose-debug-dbug="+d,all_errors_are_temporary_errors" --slave-transaction-retries=2
|
||||
--force-restart
|
||||
|
@ -1 +0,0 @@
|
||||
--testcase-timeout=40
|
@ -60,8 +60,8 @@
|
||||
# actually can be replicated safely in statement mode.
|
||||
|
||||
|
||||
source include/master-slave.inc;
|
||||
source include/have_binlog_format_mixed_or_row.inc;
|
||||
source include/master-slave.inc;
|
||||
|
||||
|
||||
--echo ==== Initialization ====
|
||||
|
Reference in New Issue
Block a user