mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
ndb - bug#21363
add file that got missing from last changset
This commit is contained in:
parent
3a7d3f20f1
commit
f6772782a6
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ public:
|
||||||
|
|
||||||
// Close this block number
|
// Close this block number
|
||||||
int close(BlockNumber blockNumber, Uint64 trans_id);
|
int close(BlockNumber blockNumber, Uint64 trans_id);
|
||||||
|
Uint32 get_active_ndb_objects() const;
|
||||||
|
|
||||||
// Only sends to nodes which are alive
|
// Only sends to nodes which are alive
|
||||||
int sendSignal(NdbApiSignal * signal, NodeId nodeId);
|
int sendSignal(NdbApiSignal * signal, NodeId nodeId);
|
||||||
|
@ -240,6 +241,7 @@ private:
|
||||||
NodeStatusFunction m_statusFunction;
|
NodeStatusFunction m_statusFunction;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Uint32 m_use_cnt;
|
||||||
Uint32 m_firstFree;
|
Uint32 m_firstFree;
|
||||||
Vector<Uint32> m_statusNext;
|
Vector<Uint32> m_statusNext;
|
||||||
Vector<Object_Execute> m_objectExecute;
|
Vector<Object_Execute> m_objectExecute;
|
||||||
|
|
Loading…
Add table
Reference in a new issue