summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2019-12-16 17:59:42 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2019-12-27 10:49:52 +0100
commitcc28947315887f55814cb8bc4e68d4e2fe6c65e6 (patch)
tree9eb2b50e32e48a488bda26a1874dc822b692a5d8 /sql/sql_lex.h
parent961413d26fda79cba24ab5e71fb2297f4cdfb9fd (diff)
downloadmariadb-git-cc28947315887f55814cb8bc4e68d4e2fe6c65e6.tar.gz
MDEV-20632: prerequisite:
Removed hack with with_list
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index ad041f20275..3afcce6e3bd 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -3249,7 +3249,6 @@ public:
List<Item_func_set_user_var> set_var_list; // in-query assignment list
List<Item_param> param_list;
List<LEX_CSTRING> view_list; // view list (list of field names in view)
- List<LEX_CSTRING> with_column_list; // list of column names in with_list_element
List<LEX_STRING> *column_list; // list of column names (in ANALYZE)
List<LEX_STRING> *index_list; // list of index names (in ANALYZE)
/*