MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
OldNdbApiSectionIterator (NdbApiSignal *TCREQ, Uint32 dataOffset, Uint32 dataLen, NdbApiSignal *nextSignal) | |
void | reset () |
const Uint32 * | getNextWords (Uint32 &sz) |
Old NdbApi KeyInfo Section Iterator
This is an implementation of GenericSectionIterator that reads signal data from signal object chains prepared by old NdbApi code In those chains, some data is in the first (TCKEYREQ/TCINDXREQ) signal, and the rest is in linked KEYINFO / ATTRINFO chains. Longer term, the 'old' code should be modified to split operation definition from execution. The intermediate use of signal chains for KeyInfo and AttrInfo can be revisited.
Definition at line 49 of file NdbOperationExec.cpp.