InnoDB Plugin
1.0
|
#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
Performs an execution step of an assignment statement node.
Performs an execution step of an exit statement node.
Performs an execution step of a for-loop node.
Performs an execution step of an if-statement node.
Performs an execution step of a procedure call node.
Performs an execution step of a procedure call node.
thr | in: query thread |
Performs an execution step of a procedure node.
Performs an execution step of a procedure node.
thr | in: query thread |
Performs an execution step of a return-statement node.