MySQL 5.6.14 Source Code Document
|
#include "eval0proc.h"
Go to the source code of this file.
Functions | |
UNIV_INTERN que_thr_t * | if_step (que_thr_t *thr) |
UNIV_INTERN que_thr_t * | while_step (que_thr_t *thr) |
UNIV_INTERN que_thr_t * | assign_step (que_thr_t *thr) |
UNIV_INTERN que_thr_t * | for_step (que_thr_t *thr) |
UNIV_INTERN que_thr_t * | exit_step (que_thr_t *thr) |
UNIV_INTERN que_thr_t * | return_step (que_thr_t *thr) |
Executes SQL stored procedures and their control structures
Created 1/20/1998 Heikki Tuuri
Definition in file eval0proc.cc.
Performs an execution step of an assignment statement node.
thr | in: query thread |
Definition at line 150 of file eval0proc.cc.
Performs an execution step of an exit statement node.
thr | in: query thread |
Definition at line 239 of file eval0proc.cc.
Performs an execution step of a for-loop node.
thr | in: query thread |
Definition at line 177 of file eval0proc.cc.
Performs an execution step of an if-statement node.
thr | in: query thread |
Definition at line 37 of file eval0proc.cc.
Performs an execution step of a return-statement node.
thr | in: query thread |
Definition at line 271 of file eval0proc.cc.
Performs an execution step of a while-statement node.
thr | in: query thread |
Definition at line 114 of file eval0proc.cc.