mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Support of the extended syntax for ANALYZE.
This commit is contained in:
@@ -2383,6 +2383,8 @@ struct LEX: public Query_tables_list
|
||||
List<Item_func_set_user_var> set_var_list; // in-query assignment list
|
||||
List<Item_param> param_list;
|
||||
List<LEX_STRING> view_list; // view list (list of field names in view)
|
||||
List<LEX_STRING> *column_list; // list of column names (in ANALYZE)
|
||||
List<LEX_STRING> *index_list; // list of index names (in ANALYZE)
|
||||
/*
|
||||
A stack of name resolution contexts for the query. This stack is used
|
||||
at parse time to set local name resolution contexts for various parts
|
||||
|
Reference in New Issue
Block a user