MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eval0proc.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3 Copyright (c) 1998, 2009, Oracle and/or its affiliates. All Rights Reserved.
4 
5 This program is free software; you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free Software
7 Foundation; version 2 of the License.
8 
9 This program is distributed in the hope that it will be useful, but WITHOUT
10 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12 
13 You should have received a copy of the GNU General Public License along with
14 this program; if not, write to the Free Software Foundation, Inc.,
15 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
16 
17 *****************************************************************************/
18 
19 /**************************************************/
26 #ifndef eval0proc_h
27 #define eval0proc_h
28 
29 #include "univ.i"
30 #include "que0types.h"
31 #include "pars0sym.h"
32 #include "pars0pars.h"
33 
34 /**********************************************************************/
37 UNIV_INLINE
38 que_thr_t*
39 proc_step(
40 /*======*/
41  que_thr_t* thr);
42 /**********************************************************************/
45 UNIV_INTERN
46 que_thr_t*
47 if_step(
48 /*====*/
49  que_thr_t* thr);
50 /**********************************************************************/
53 UNIV_INTERN
54 que_thr_t*
56 /*=======*/
57  que_thr_t* thr);
58 /**********************************************************************/
61 UNIV_INTERN
62 que_thr_t*
63 for_step(
64 /*=====*/
65  que_thr_t* thr);
66 /**********************************************************************/
69 UNIV_INTERN
70 que_thr_t*
72 /*========*/
73  que_thr_t* thr);
74 /**********************************************************************/
77 UNIV_INLINE
78 que_thr_t*
80 /*===========*/
81  que_thr_t* thr);
82 /**********************************************************************/
85 UNIV_INTERN
86 que_thr_t*
87 exit_step(
88 /*======*/
89  que_thr_t* thr);
90 /**********************************************************************/
93 UNIV_INTERN
94 que_thr_t*
96 /*========*/
97  que_thr_t* thr);
100 #ifndef UNIV_NONINL
101 #include "eval0proc.ic"
102 #endif
103 
104 #endif