1
0
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:
unknown
2013-06-07 08:43:21 +02:00
parent 4749d40c63
commit 7b6ab5638a
8 changed files with 129 additions and 14 deletions

View File

@ -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:
#