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

MDEV-26: Global transaction ID.

Fix initial loading of mysql.rpl_slave_state, the code had several
issues.

Some very basic MTR stuff, more to come.
This commit is contained in:
unknown
2013-02-18 15:41:17 +01:00
parent bfa3f15416
commit ff8676e0e1
6 changed files with 170 additions and 10 deletions

View File

@ -60,6 +60,7 @@ if ($tmp)
--echo Last_SQL_Error
--echo Replicate_Ignore_Server_Ids
--echo Master_Server_Id #
--echo Gtid_Pos_Auto 0
}
if (!$tmp) {
# Note: after WL#5177, fields 13-18 shall not be filtered-out.