MySQL 5.6.14 Source Code Document
|
Info regarding prepare request (contains a prepared operation) More...
#include <DbUtil.hpp>
Public Member Functions | |
Prepare (ArrayPool< Page32 > &ap) | |
void | print () const |
Public Attributes | |
Uint32 | clientRef |
Uint32 | clientData |
Uint32 | schemaTransId |
Uint32 | prepDataLen |
Array< Page32 > | preparePages |
Ptr< PreparedOperation > | prepOpPtr |
union { | |
Uint32 nextPool | |
Uint32 nextList | |
}; | |
Uint32 | prevList |
Info regarding prepare request (contains a prepared operation)
The prepare phase interprets the table and attribute names sent in the prepare request from the client and asks DICT for meta information.
Definition at line 170 of file DbUtil.hpp.
Uint32 DbUtil::Prepare::prepDataLen |
SimpleProp sent in UTIL_PREPARE_REQ
Example format:
Definition at line 187 of file DbUtil.hpp.