mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge mysql.com:/home/jonas/src/fix
into mysql.com:/home/jonas/src/mysql-4.1 ndb/include/ndbapi/NdbConnection.hpp: Auto merged ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged ndb/test/run-test/daily-devel-tests.txt: Auto merged
This commit is contained in:
@ -448,6 +448,8 @@ public:
|
||||
NdbScanOperation* getNdbScanOperation(const NdbDictionary::Table * table);
|
||||
NdbIndexScanOperation* getNdbIndexScanOperation(const NdbDictionary::Index * index,
|
||||
const NdbDictionary::Table * table);
|
||||
|
||||
Uint32 getConnectedNodeId(); // Get Connected node id
|
||||
|
||||
private:
|
||||
/**
|
||||
@ -480,7 +482,6 @@ private:
|
||||
*/
|
||||
void setConnectedNodeId( Uint32 nodeId, Uint32 sequence);
|
||||
|
||||
Uint32 getConnectedNodeId(); // Get Connected node id
|
||||
void setMyBlockReference( int ); // Set my block refrerence
|
||||
void setTC_ConnectPtr( Uint32 ); // Sets TC Connect pointer
|
||||
int getTC_ConnectPtr(); // Gets TC Connect pointer
|
||||
|
Reference in New Issue
Block a user