mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge from team tree
This commit is contained in:
@@ -69,9 +69,9 @@ let $_fake_relay_log_purge= `SELECT @@global.relay_log_purge`;
|
|||||||
# Create relay log file.
|
# Create relay log file.
|
||||||
copy_file $fake_relay_log $_fake_relay_log;
|
copy_file $fake_relay_log $_fake_relay_log;
|
||||||
# Create relay log index.
|
# Create relay log index.
|
||||||
--exec echo $_fake_relay_log > $_fake_relay_index
|
--exec echo $_fake_filename-fake.000001 > $_fake_relay_index
|
||||||
|
|
||||||
# Setup replication from existing relay log.
|
# Setup replication from existing relay log.
|
||||||
eval CHANGE MASTER TO MASTER_HOST='dummy.localdomain', RELAY_LOG_FILE='$_fake_relay_log', RELAY_LOG_POS=4;
|
eval CHANGE MASTER TO MASTER_HOST='dummy.localdomain', RELAY_LOG_FILE='$_fake_filename-fake.000001', RELAY_LOG_POS=4;
|
||||||
|
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
--source include/have_log_bin.inc
|
--source include/have_log_bin.inc
|
||||||
--source include/not_windows.inc
|
|
||||||
#
|
#
|
||||||
# Bug#31240 load data infile replication between (4.0 or 4.1) and 5.1 fails
|
# Bug#31240 load data infile replication between (4.0 or 4.1) and 5.1 fails
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user