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

Move mysql-test-run/extra/rpl_tests to suite/rpl/include

Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to
remove clash with include/rpl_sync.inc
This commit is contained in:
Michael Widenius
2018-03-09 15:14:33 +02:00
committed by Monty
parent 108ed22854
commit 39018f2a5a
290 changed files with 891 additions and 890 deletions

View File

@ -1 +1 @@
--source extra/rpl_tests/multisource.inc
--source suite/rpl/include/multisource.inc

View File

@ -1,2 +1,2 @@
--let $binlog_limit= 5,1
--source extra/rpl_tests/rpl_binlog_errors.inc
--source suite/rpl/include/rpl_binlog_errors.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_cant_read_event_incident.inc
--source suite/rpl/include/rpl_cant_read_event_incident.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_checksum.inc
--source suite/rpl/include/rpl_checksum.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_checksum_cache.inc
--source suite/rpl/include/rpl_checksum_cache.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_corruption.inc
--source suite/rpl/include/rpl_corruption.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_gtid_basic.inc
--source suite/rpl/include/rpl_gtid_basic.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_incident.inc
--source suite/rpl/include/rpl_incident.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_init_slave_errors.inc
--source suite/rpl/include/rpl_init_slave_errors.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_loaddata_local.inc
--source suite/rpl/include/rpl_loaddata_local.inc

View File

@ -1,4 +1,4 @@
--source extra/rpl_tests/rpl_loadfile.inc
--source suite/rpl/include/rpl_loadfile.inc
--let $datadir= `SELECT @@datadir`

View File

@ -3,5 +3,5 @@
--source include/not_windows.inc
--source include/have_binlog_format_mixed.inc
--source extra/rpl_tests/rpl_binlog_max_cache_size.test
--source suite/rpl/include/rpl_binlog_max_cache_size.test
--source include/rpl_end.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_packet.inc
--source suite/rpl/include/rpl_packet.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_parallel.inc
--source suite/rpl/include/rpl_parallel.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_parallel_show_binlog_events_purge_logs.inc
--source suite/rpl/include/rpl_parallel_show_binlog_events_purge_logs.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_relayrotate.inc
--source suite/rpl/include/rpl_relayrotate.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_semi_sync.inc
--source suite/rpl/include/rpl_semi_sync.inc

View File

@ -1,2 +1,2 @@
--let $use_remote_mysqlbinlog= 1
--source extra/rpl_tests/rpl_skip_replication.inc
--source suite/rpl/include/rpl_skip_replication.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_special_charset.inc
--source suite/rpl/include/rpl_special_charset.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_sporadic_master.inc
--source suite/rpl/include/rpl_sporadic_master.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_ssl.inc
--source suite/rpl/include/rpl_ssl.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_stm_relay_ign_space.inc
--source suite/rpl/include/rpl_stm_relay_ign_space.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_switch_stm_row_mixed.inc
--source suite/rpl/include/rpl_switch_stm_row_mixed.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_sync.inc
--source suite/rpl/include/rpl_sync_test.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_temporal_format_default_to_default.inc
--source suite/rpl/include/rpl_temporal_format_default_to_default.inc

View File

@ -3,4 +3,4 @@
--let $force_master_mysql56_temporal_format=false;
--let $force_slave_mysql56_temporal_format=true;
--source extra/rpl_tests/rpl_temporal_format_default_to_default.inc
--source suite/rpl/include/rpl_temporal_format_default_to_default.inc

View File

@ -1,4 +1,4 @@
--let $force_master_mysql56_temporal_format=true;
--let $force_slave_mysql56_temporal_format=false;
--source extra/rpl_tests/rpl_temporal_format_default_to_default.inc
--source suite/rpl/include/rpl_temporal_format_default_to_default.inc

View File

@ -1 +1 @@
--source extra/rpl_tests/rpl_typeconv.inc
--source suite/rpl/include/rpl_typeconv.inc