mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
removed copy paste index code
improved handling of bits in last word
This commit is contained in:
@@ -173,29 +173,17 @@ private:
|
||||
NdbIndexOperation(Ndb* aNdb);
|
||||
~NdbIndexOperation();
|
||||
|
||||
void closeScan();
|
||||
|
||||
int receiveTCINDXREF(NdbApiSignal* aSignal);
|
||||
|
||||
// Overloaded method from NdbOperation
|
||||
void setLastFlag(NdbApiSignal* signal, Uint32 lastFlag);
|
||||
|
||||
// Overloaded methods from NdbCursorOperation
|
||||
int executeCursor(int ProcessorId);
|
||||
|
||||
// Overloaded methods from NdbCursorOperation
|
||||
int indxInit(const class NdbIndexImpl* anIndex,
|
||||
const class NdbTableImpl* aTable,
|
||||
NdbConnection* myConnection);
|
||||
|
||||
int equal_impl(const class NdbColumnImpl*, const char* aValue, Uint32 len);
|
||||
int prepareSend(Uint32 TC_ConnectPtr, Uint64 TransactionId);
|
||||
|
||||
// Private attributes
|
||||
const NdbIndexImpl* m_theIndex;
|
||||
Uint32 m_theIndexDefined[NDB_MAX_ATTRIBUTES_IN_INDEX][3];
|
||||
Uint32 m_theIndexLen; // Length of the index in words
|
||||
Uint32 m_theNoOfIndexDefined; // The number of index attributes
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user