1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-4946: IO thread should expose its current GTID position

Add another column to SHOW SLAVE STATUS, and adjust test suite
to cope.
This commit is contained in:
unknown
2013-11-25 15:21:25 +01:00
parent 1aecd6e7e5
commit 7a1f31866c
10 changed files with 52 additions and 36 deletions

View File

@ -61,10 +61,11 @@ if ($tmp)
--echo Replicate_Ignore_Server_Ids
--echo Master_Server_Id #
--echo Using_Gtid No
--echo Gtid_IO_Pos #
}
if (!$tmp) {
# Note: after WL#5177, fields 13-18 shall not be filtered-out.
--replace_column 4 # 5 # 6 # 7 # 8 # 9 # 10 # 13 # 14 # 15 # 16 # 17 # 18 # 22 # 23 # 24 # 25 # 26 # 40 #
--replace_column 4 # 5 # 6 # 7 # 8 # 9 # 10 # 13 # 14 # 15 # 16 # 17 # 18 # 22 # 23 # 24 # 25 # 26 # 40 # 42 #
query_vertical
SHOW SLAVE STATUS;
}