mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb ndb/include/ndbapi/NdbOperation.hpp: Auto merged ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged ndb/src/ndbapi/NdbOperationDefine.cpp: Auto merged
This commit is contained in:
@ -93,6 +93,7 @@ protected:
|
||||
virtual void release();
|
||||
|
||||
void closeScan();
|
||||
int close_impl(class TransporterFacade*);
|
||||
|
||||
// Overloaded methods from NdbCursorOperation
|
||||
int executeCursor(int ProcessorId);
|
||||
@ -119,6 +120,7 @@ protected:
|
||||
int prepareSendScan(Uint32 TC_ConnectPtr, Uint64 TransactionId);
|
||||
|
||||
int fix_receivers(Uint32 parallel);
|
||||
void reset_receivers(Uint32 parallel, Uint32 ordered);
|
||||
Uint32* m_array; // containing all arrays below
|
||||
Uint32 m_allocated_receivers;
|
||||
NdbReceiver** m_receivers; // All receivers
|
||||
|
Reference in New Issue
Block a user