mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
bug#8853 - ndb - commit after nodefailure on not TC node
set exec_flag in execTC_COMMITREQ so that api will get rollbackrep ndb/include/ndbapi/NdbConnection.hpp: Make getConnectedNode public ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Fix TC_COMMITREQ in abort cases ndb/test/ndbapi/testNodeRestart.cpp: Testcase for bug#8853 ndb/test/run-test/daily-devel-tests.txt: Testcase for bug#8853
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