MySQL 9.1.0
Source Code Documentation
|
Executes SQL stored procedures and their control structures. More...
#include "pars0pars.h"
#include "pars0sym.h"
#include "que0types.h"
#include "univ.i"
#include "eval0proc.ic"
Go to the source code of this file.
Functions | |
static que_thr_t * | proc_step (que_thr_t *thr) |
Performs an execution step of a procedure node. More... | |
que_thr_t * | if_step (que_thr_t *thr) |
Performs an execution step of an if-statement node. More... | |
que_thr_t * | while_step (que_thr_t *thr) |
Performs an execution step of a while-statement node. More... | |
que_thr_t * | for_step (que_thr_t *thr) |
Performs an execution step of a for-loop node. More... | |
que_thr_t * | assign_step (que_thr_t *thr) |
Performs an execution step of an assignment statement node. More... | |
static que_thr_t * | proc_eval_step (que_thr_t *thr) |
Performs an execution step of a procedure call node. More... | |
que_thr_t * | exit_step (que_thr_t *thr) |
Performs an execution step of an exit statement node. More... | |
que_thr_t * | return_step (que_thr_t *thr) |
Performs an execution step of a return-statement node. More... | |
Executes SQL stored procedures and their control structures.
Created 1/20/1998 Heikki Tuuri
Performs an execution step of an assignment statement node.
thr | in: query thread |
Performs an execution step of an exit statement node.
thr | in: query thread |
Performs an execution step of a for-loop node.
thr | in: query thread |
Performs an execution step of an if-statement node.
thr | in: query thread |
Performs an execution step of a procedure call node.
Performs an execution step of a procedure node.
Performs an execution step of a return-statement node.
thr | in: query thread |