MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
FetchMoreTcIdIterator (NdbRootFragment *rootFrags[], Uint32 cnt) | |
virtual const Uint32 * | getNextWords (Uint32 &sz) |
virtual void | reset () |
This iterator is used for inserting a sequence of 'TcPtrI' for a NEXTREQ to a single or multiple fragments via a GenericSectionPtr.
Definition at line 2880 of file NdbQueryOperation.cpp.
|
virtual |
Get next batch of receiver ids.
sz | This will be set to the number of receiver ids that have been put in the buffer (0 if end has been reached.) |
For the initial batch, we want to retrieve one batch for each fragment whether it is a sorted scan or not.
Implements GenericSectionIterator.
Definition at line 2922 of file NdbQueryOperation.cpp.