MySQL 5.6.14 Source Code Document
|
#include <pars0pars.h>
Public Attributes | |
mem_heap_t * | heap |
ib_vector_t * | funcs |
ib_vector_t * | bound_lits |
ib_vector_t * | bound_ids |
ibool | graph_owns_us |
Extra information supplied for pars_sql().
Definition at line 671 of file pars0pars.h.
ib_vector_t* pars_info_t::bound_ids |
bound ids, or NULL (pars_bound_id_t*)
Definition at line 678 of file pars0pars.h.
ib_vector_t* pars_info_t::bound_lits |
bound literals, or NULL (pars_bound_lit_t*)
Definition at line 676 of file pars0pars.h.
ib_vector_t* pars_info_t::funcs |
user functions, or NUll (pars_user_func_t*)
Definition at line 674 of file pars0pars.h.
ibool pars_info_t::graph_owns_us |
if TRUE (which is the default), que_graph_free() will free us
Definition at line 681 of file pars0pars.h.
mem_heap_t* pars_info_t::heap |
our own memory heap
Definition at line 672 of file pars0pars.h.