mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#342 heartbeat
backporting from 6.0 code base to 5.1.
This commit is contained in:
@ -83,6 +83,8 @@ class Master_info : public Slave_reporting_capability
|
||||
Relay_log_info rli;
|
||||
uint port;
|
||||
uint connect_retry;
|
||||
float heartbeat_period; // interface with CHANGE MASTER or master.info
|
||||
ulonglong received_heartbeats; // counter of received heartbeat events
|
||||
#ifndef DBUG_OFF
|
||||
int events_till_disconnect;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user