mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix simple/dirty read handling
ndb/include/kernel/signaldata/TcKeyConf.hpp: A bit for differenciating between "real" tckey conf and simple read conf ndb/include/ndbapi/Ndb.hpp: Removed/ifdef's unused stuff ndb/include/ndbapi/NdbConnection.hpp: Added bitmask that keeps track of used nodes when a transaction can be dependant on several nodes ndb/include/ndbapi/NdbOperation.hpp: removed unused methods ndb/include/ndbapi/NdbReceiver.hpp: Tween execTCOPCONF to handle TcKeyConf::SimpleReadBit ndb/src/common/debugger/signaldata/TcKeyConf.cpp: Update printer ndb/src/kernel/blocks/dblqh/Dblqh.hpp: removed unused define ndb/src/ndbapi/NdbApiSignal.cpp: Fix length of TC_COMMITREQ ndb/test/ndbapi/testOperations.cpp: fix simple/dirty read
This commit is contained in:
@ -1612,7 +1612,6 @@ private:
|
||||
char prefixName[NDB_MAX_INTERNAL_TABLE_LENGTH];
|
||||
char * prefixEnd;
|
||||
|
||||
//Table* theTable; // The table object
|
||||
class NdbImpl * theImpl;
|
||||
class NdbDictionaryImpl* theDictionary;
|
||||
class NdbGlobalEventBufferHandle* theGlobalEventBufferHandle;
|
||||
@ -1698,10 +1697,13 @@ private:
|
||||
|
||||
NdbApiSignal* theCommitAckSignal;
|
||||
|
||||
|
||||
#ifdef POORMANSPURIFY
|
||||
int cfreeSignals;
|
||||
int cnewSignals;
|
||||
int cgetSignals;
|
||||
int creleaseSignals;
|
||||
#endif
|
||||
|
||||
static void executeMessage(void*, NdbApiSignal *,
|
||||
struct LinearSectionPtr ptr[3]);
|
||||
|
Reference in New Issue
Block a user