mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0
into dl145b.mysql.com:/home/ndbdev/tomas/mysql-5.1
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
Uint32 m_type; ///< Node type
|
||||
Uint32 m_connectCount; ///< No of times connected
|
||||
bool m_connected; ///< Node is connected
|
||||
Uint32 m_heartbeat_cnt; ///< Missed heartbeats
|
||||
|
||||
friend NdbOut & operator<<(NdbOut&, const NodeInfo&);
|
||||
};
|
||||
@@ -52,6 +53,7 @@ NodeInfo::NodeInfo(){
|
||||
m_signalVersion = 0;
|
||||
m_type = INVALID;
|
||||
m_connectCount = 0;
|
||||
m_heartbeat_cnt= 0;
|
||||
}
|
||||
|
||||
inline
|
||||
|
Reference in New Issue
Block a user