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

#include <QueryTree.hpp>

Public Types

enum  LookupBits { L_UNIQUE_INDEX = 0x10000, L_END = 0 }

Public Member Functions

 STATIC_CONST (NodeSize=4)

Public Attributes

Uint32 len
Uint32 requestInfo
Uint32 tableId
Uint32 tableVersion
Uint32 optional [1]

Detailed Description

This node describes a pk-lookup

Definition at line 150 of file QueryTree.hpp.

Member Enumeration Documentation

Enumerator:
L_UNIQUE_INDEX 

This is lookup on index table,

Definition at line 163 of file QueryTree.hpp.

Member Data Documentation

Uint32 QN_LookupNode::optional[1]

See DABits::NodeInfoBits

Definition at line 161 of file QueryTree.hpp.


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