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

Use same style for SHOW MASTER STATUS fields as

for SHOW SLAVE STATUS.
This commit is contained in:
paul@ice.snake.net
2003-11-20 13:49:05 -06:00
parent 53c93091f2
commit 4909a37eac
7 changed files with 10 additions and 10 deletions

View File

@ -254,7 +254,7 @@ static int find_target_pos(LEX_MASTER_INFO *mi, IO_CACHE *log, char *errmsg)
it is reworked. Event's log_pos used to be preserved through
log-slave-updates to make code in repl_failsafe.cc work (this
function, SHOW NEW MASTER); but on the other side it caused unexpected
values in Exec_master_log_pos in A->B->C replication setup,
values in Exec_Master_Log_Pos in A->B->C replication setup,
synchronization problems in master_pos_wait(), ... So we
(Dmitri & Guilhem) removed it.