MySQL 5.6.14 Source Code Document
|
Contains instantiated TcKeyReq signaldata for operation. More...
#include <DbUtil.hpp>
Public Member Functions | |
PreparedOperation (AttrMappingBuffer::DataBufferPool &am, AttrInfoBuffer::DataBufferPool &ai, ResultSetInfoBuffer::DataBufferPool &rs) | |
void | print () const |
Public Attributes | |
Uint32 | rsLen |
Uint32 | noOfKeyAttr |
Uint32 | noOfAttr |
bool | releaseFlag |
AttrMappingBuffer | attrMapping |
Uint32 | tckeyLen |
Uint32 | keyDataPos |
TcKeyReq | tckey |
AttrInfoBuffer | attrInfo |
ResultSetInfoBuffer | rsInfo |
Bitmask< MAX_ATTRIBUTES_IN_TABLE > | pkBitmask |
union { | |
Uint32 nextPool | |
Uint32 nextList | |
}; | |
Uint32 | prevList |
Contains instantiated TcKeyReq signaldata for operation.
The prepare phase is finished by storing the request in a PreparedOperation record.
Definition at line 214 of file DbUtil.hpp.
AttrMappingBuffer DbUtil::PreparedOperation::attrMapping |
Attribute Mapping
This datastructure (buffer of AttributeHeader:s) are used to map each execute request to a TCKEYREQ train of signals.
The datastructure contains (AttributeId, Position) pairs, where
Definition at line 242 of file DbUtil.hpp.