My Project
Public Member Functions | Public Attributes
Name_resolution_context Struct Reference
Inheritance diagram for Name_resolution_context:
Sql_alloc

List of all members.

Public Member Functions

void init ()
void resolve_in_table_list_only (TABLE_LIST *tables)
void process_error (THD *thd)

Public Attributes

Name_resolution_contextouter_context
TABLE_LISTtable_list
TABLE_LISTfirst_name_resolution_table
TABLE_LISTlast_name_resolution_table
st_select_lex * select_lex
void(* error_processor )(THD *, void *)
void * error_processor_data
bool resolve_in_select_list
Security_context * security_ctx

Member Data Documentation

When TRUE, items are resolved in this context against SELECT_LEX::item_list, SELECT_lex::group_list and this->table_list. If FALSE, items are resolved only against this->table_list.

See also:
st_select_lex::item_list, st_select_lex::group_list

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines