MySQL 9.1.0
Source Code Documentation
|
Executes SQL stored procedures and their control structures. More...
Functions | |
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 * | assign_step (que_thr_t *thr) |
Performs an execution step of an assignment 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 * | 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 return-statement node.
thr | in: query thread |