MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sql_resolver.h
1 #ifndef SQL_RESOLVER_INCLUDED
2 #define SQL_RESOLVER_INCLUDED
3 
4 /* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
5 
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; version 2 of the License.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program; if not, write to the Free Software
17  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
18 
21 int setup_order(THD *thd, Ref_ptr_array ref_pointer_array, TABLE_LIST *tables,
22  List<Item> &fields, List <Item> &all_fields, ORDER *order);
23 bool fix_inner_refs(THD *thd, List<Item> &all_fields, SELECT_LEX *select,
24  Ref_ptr_array ref_pointer_array, ORDER *group_list= NULL);
26  THD *thd, SELECT_LEX *select_lex,
27  const SELECT_LEX *outer);
28 
29 #endif /* SQL_RESOLVER_INCLUDED */