MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DbUtil::Prepare Struct Reference

Info regarding prepare request (contains a prepared operation) More...

#include <DbUtil.hpp>

Collaboration diagram for DbUtil::Prepare:

Public Member Functions

 Prepare (ArrayPool< Page32 > &ap)
void print () const

Public Attributes

Uint32 clientRef
Uint32 clientData
Uint32 schemaTransId
Uint32 prepDataLen
Array< Page32preparePages
Ptr< PreparedOperationprepOpPtr
union {
   Uint32   nextPool
   Uint32   nextList
}; 
Uint32 prevList

Detailed Description

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.

Member Data Documentation

Uint32 DbUtil::Prepare::prepDataLen

SimpleProp sent in UTIL_PREPARE_REQ

Example format:

Definition at line 187 of file DbUtil.hpp.


The documentation for this struct was generated from the following file: