|
My Project
|
Public Member Functions | |
| void | init () |
| void | resolve_in_table_list_only (TABLE_LIST *tables) |
| void | process_error (THD *thd) |
Public Attributes | |
| Name_resolution_context * | outer_context |
| TABLE_LIST * | table_list |
| TABLE_LIST * | first_name_resolution_table |
| TABLE_LIST * | last_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 |
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.
1.7.6.1