MySQL 9.1.0
Source Code Documentation
|
Extra information supplied for pars_sql(). More...
#include <pars0pars.h>
Public Attributes | |
mem_heap_t * | heap |
our own memory heap More... | |
ib_vector_t * | funcs |
user functions, or NUll (pars_user_func_t*) More... | |
ib_vector_t * | bound_lits |
bound literals, or NULL (pars_bound_lit_t*) More... | |
ib_vector_t * | bound_ids |
bound ids, or NULL (pars_bound_id_t*) More... | |
bool | graph_owns_us |
if true (which is the default), que_graph_free() will free us More... | |
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*)
bool 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