MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
pars0opt.h
Go to the documentation of this file.
1
/*****************************************************************************
2
3
Copyright (c) 1997, 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 pars0opt_h
27
#define pars0opt_h
28
29
#include "univ.i"
30
#include "
que0types.h
"
31
#include "
usr0types.h
"
32
#include "
pars0sym.h
"
33
#include "
dict0types.h
"
34
#include "
row0sel.h
"
35
36
/*******************************************************************/
40
UNIV_INTERN
41
void
42
opt_search_plan
(
43
/*============*/
44
sel_node_t
* sel_node);
45
/*******************************************************************/
52
UNIV_INTERN
53
void
54
opt_find_all_cols
(
55
/*==============*/
56
ibool copy_val,
58
dict_index_t
*
index
,
59
sym_node_list_t* col_list,
61
plan_t
*
plan
,
62
que_node_t* exp);
63
/********************************************************************/
65
UNIV_INTERN
66
void
67
opt_print_query_plan
(
68
/*=================*/
69
sel_node_t
* sel_node);
71
#ifndef UNIV_NONINL
72
#include "pars0opt.ic"
73
#endif
74
75
#endif
storage
innobase
include
pars0opt.h
Generated on Sat Nov 9 2013 01:26:35 for MySQL 5.6.14 Source Code Document by
1.8.1.2