mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.0.14 into 10.1
This commit is contained in:
@ -135,6 +135,12 @@ class Master_info : public Slave_reporting_capability
|
||||
ulonglong received_heartbeats; // counter of received heartbeat events
|
||||
DYNAMIC_ARRAY ignore_server_ids;
|
||||
ulong master_id;
|
||||
/*
|
||||
At reconnect and until the first rotate event is seen, prev_master_id is
|
||||
the value of master_id during the previous connection, used to detect
|
||||
silent change of master server during reconnects.
|
||||
*/
|
||||
ulong prev_master_id;
|
||||
/*
|
||||
Which kind of GTID position (if any) is used when connecting to master.
|
||||
|
||||
|
Reference in New Issue
Block a user