InnoDB Plugin  1.0
Data Fields
pars_info_t Struct Reference

#include <pars0pars.h>

Collaboration diagram for pars_info_t:
Collaboration graph
[legend]

Data Fields

mem_heap_theap
ib_vector_tfuncs
ib_vector_tbound_lits
ib_vector_tbound_ids
ibool graph_owns_us

Detailed Description

Extra information supplied for pars_sql().

Field Documentation

ib_vector_t* pars_info_t::bound_ids

bound ids, or NULL (pars_bound_id_t*)

ib_vector_t* pars_info_t::bound_lits

bound literals, or NULL (pars_bound_lit_t*)

ib_vector_t* pars_info_t::funcs

user functions, or NUll (pars_user_func_t*)

ibool pars_info_t::graph_owns_us

if TRUE (which is the default), que_graph_free() will free us

mem_heap_t* pars_info_t::heap

our own memory heap


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