InnoDB Plugin  1.0
Functions
eval0proc.ic File Reference
#include "pars0pars.h"
#include "que0que.h"
#include "eval0eval.h"
Include dependency graph for eval0proc.ic:
This graph shows which files directly or indirectly include this file:

Functions

UNIV_INLINE que_thr_tproc_step (que_thr_t *thr)
UNIV_INLINE que_thr_tproc_eval_step (que_thr_t *thr)

Detailed Description

Executes SQL stored procedures and their control structures

Created 1/20/1998 Heikki Tuuri

Function Documentation

UNIV_INLINE que_thr_t* proc_eval_step ( que_thr_t thr)

Performs an execution step of a procedure call node.

Returns
query thread to run next or NULL
Parameters
thrin: query thread
UNIV_INLINE que_thr_t* proc_step ( que_thr_t thr)

Performs an execution step of a procedure node.

Returns
query thread to run next or NULL
Parameters
thrin: query thread