mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
removed unused member variable (probably causing some of the problems we've seen with ndb_mgmd)
This commit is contained in:
parent
a813f91934
commit
4768c83872
2 changed files with 0 additions and 2 deletions
|
@ -407,7 +407,6 @@ MgmtSrvr::MgmtSrvr(NodeId nodeId,
|
|||
// signals to other management servers.
|
||||
_ownReference(0),
|
||||
m_local_config(local_config),
|
||||
m_allocated_resources(*this),
|
||||
theSignalIdleList(NULL),
|
||||
theWaitState(WAIT_SUBSCRIBE_CONF),
|
||||
m_statisticsListner(this)
|
||||
|
|
|
@ -534,7 +534,6 @@ private:
|
|||
Uint32 m_nextConfigGenerationNumber;
|
||||
|
||||
NodeBitmask m_reserved_nodes;
|
||||
Allocated_resources m_allocated_resources;
|
||||
struct in_addr m_connect_address[MAX_NODES];
|
||||
|
||||
//**************************************************************************
|
||||
|
|
Loading…
Reference in a new issue