MySQL 8.4.0
Source Code Documentation
pars_info_t Struct Reference

Extra information supplied for pars_sql(). More...

#include <pars0pars.h>

Public Attributes

mem_heap_theap
 our own memory heap More...
 
ib_vector_tfuncs
 user functions, or NUll (pars_user_func_t*) More...
 
ib_vector_tbound_lits
 bound literals, or NULL (pars_bound_lit_t*) More...
 
ib_vector_tbound_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...
 

Detailed Description

Extra information supplied for pars_sql().

Member Data Documentation

◆ bound_ids

ib_vector_t* pars_info_t::bound_ids

bound ids, or NULL (pars_bound_id_t*)

◆ bound_lits

ib_vector_t* pars_info_t::bound_lits

bound literals, or NULL (pars_bound_lit_t*)

◆ funcs

ib_vector_t* pars_info_t::funcs

user functions, or NUll (pars_user_func_t*)

◆ graph_owns_us

bool pars_info_t::graph_owns_us

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

◆ heap

mem_heap_t* pars_info_t::heap

our own memory heap


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