mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-4483: CHANGE MASTER TO master_use_gtid=xxx looses old-style coordinates.
There was some old code that cleared the position in CHANGE MASTER, it was forgotten to be removed. In addition, add code that saves/restores the old-style position when we nuke the old relay logs as part of GTID slave start. Normally we will not use these, but it could be useful in case the GTID connect fails and user wants to go back to the old-style coordinates.
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
# [--let $slave_timeout= NUMBER]
|
||||
# [--let $slave_error_param= [Slave_SQL_Errno | Slave_IO_Errno]]
|
||||
# [--let $rpl_debug= 1]
|
||||
# --source include/slave_wait_param.inc
|
||||
# --source include/wait_for_slave_param.inc
|
||||
#
|
||||
# Parameters:
|
||||
#
|
||||
|
Reference in New Issue
Block a user