| MySQL 5.6.14 Source Code Document
    | 
#include "univ.i"#include "que0types.h"#include "pars0sym.h"#include "pars0pars.h"#include "eval0proc.ic"

Go to the source code of this file.
| Functions | |
| UNIV_INLINE que_thr_t * | proc_step (que_thr_t *thr) | 
| 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 * | for_step (que_thr_t *thr) | 
| UNIV_INTERN que_thr_t * | assign_step (que_thr_t *thr) | 
| UNIV_INLINE que_thr_t * | proc_eval_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.h.
Performs an execution step of an assignment statement node.
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.
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.
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.
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 procedure call node.

Performs an execution step of a procedure node.

Performs an execution step of a return-statement node.
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.
Performs an execution step of a while-statement node.
| thr | in: query thread | 
Definition at line 114 of file eval0proc.cc.

