diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2019-12-16 17:59:42 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2019-12-25 10:36:24 +0100 |
commit | 2c836705dc3f85bced70ebd4321f020817852aad (patch) | |
tree | 69e893be11791e62ba56a49fb941a81d31226ef7 /sql/sql_lex.cc | |
parent | 373443903b68db8e1674474f5b97248ce42dcbe5 (diff) | |
download | mariadb-git-bb-10.5-MDEV-20632.tar.gz |
MDEV-20632: prerequisite:bb-10.5-MDEV-20632
Removed hack with with_list
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 7ff3e8f6a75..cf980ac02eb 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -1224,7 +1224,6 @@ void LEX::start(THD *thd_arg) set_var_list.empty(); param_list.empty(); view_list.empty(); - with_column_list.empty(); with_persistent_for_clause= FALSE; column_list= NULL; index_list= NULL; |