InnoDB Plugin
1.0
|
#include <pars0pars.h>
Data Fields | |
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().
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