alloc_arrays(THD *thd) | sp_rcontext | private |
callers_arena | sp_rcontext | |
create(THD *thd, const sp_pcontext *root_parsing_ctx, Field *return_value_fld) | sp_rcontext | static |
create_case_expr_holder(THD *thd, const Item *item) const | sp_rcontext | private |
current_handler_frame() const | sp_rcontext | inline |
end_partial_result_set | sp_rcontext | |
exit_handler(THD *thd, sp_pcontext *target_scope) | sp_rcontext | |
get_case_expr(int case_expr_id) const | sp_rcontext | inline |
get_case_expr_addr(int case_expr_id) const | sp_rcontext | inline |
get_cursor(uint i) const | sp_rcontext | inline |
get_item(uint var_idx) const | sp_rcontext | inline |
get_item_addr(uint var_idx) const | sp_rcontext | inline |
get_last_handler_continue_ip() const | sp_rcontext | inline |
get_return_field() const | sp_rcontext | inline |
handle_sql_condition(THD *thd, uint *ip, const sp_instr *cur_spi) | sp_rcontext | |
init_var_items(THD *thd) | sp_rcontext | private |
init_var_table(THD *thd) | sp_rcontext | private |
is_return_value_set() const | sp_rcontext | inline |
m_activated_handlers | sp_rcontext | private |
m_case_expr_holders | sp_rcontext | private |
m_ccount | sp_rcontext | private |
m_cstack | sp_rcontext | private |
m_in_sub_stmt | sp_rcontext | private |
m_return_value_fld | sp_rcontext | private |
m_return_value_set | sp_rcontext | private |
m_root_parsing_ctx | sp_rcontext | private |
m_var_items | sp_rcontext | private |
m_var_table | sp_rcontext | private |
m_visible_handlers | sp_rcontext | private |
operator=(sp_rcontext &) | sp_rcontext | private |
pop_all_cursors() | sp_rcontext | inline |
pop_cursors(uint count) | sp_rcontext | |
pop_handler_frame(THD *thd) | sp_rcontext | private |
pop_handlers(sp_pcontext *current_scope) | sp_rcontext | |
push_cursor(sp_instr_cpush *i) | sp_rcontext | |
push_handler(sp_handler *handler, uint first_ip) | sp_rcontext | |
set_case_expr(THD *thd, bool standalone, int case_expr_id, Item **case_expr_item_ptr) | sp_rcontext | |
set_return_value(THD *thd, bool standalone, Item **return_value_item) | sp_rcontext | |
set_variable(THD *thd, bool standalone, uint var_idx, Item **value) | sp_rcontext | inline |
set_variable(THD *thd, bool standalone, Field *field, Item **value) | sp_rcontext | private |
sp | sp_rcontext | |
sp_rcontext(const sp_pcontext *root_parsing_ctx, Field *return_value_fld, bool in_sub_stmt) | sp_rcontext | private |
sp_rcontext(const sp_rcontext &) | sp_rcontext | private |
~sp_rcontext() | sp_rcontext | |