diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-05-23 16:25:51 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2016-05-23 16:25:51 +0400 |
commit | 9a25c01f7848324dd63c64ea4e1c86ef1cebfbc8 (patch) | |
tree | 96550047ad79ecee87fb0e694ccb2a043746a6db /sql/sql_lex.h | |
parent | 4c0e2960d458cb437d4aa06d9193f5576c027448 (diff) | |
download | mariadb-git-9a25c01f7848324dd63c64ea4e1c86ef1cebfbc8.tar.gz |
MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 10247bd33a2..028ede480d4 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1817,8 +1817,6 @@ private: struct st_parsing_options { bool allows_variable; - bool allows_select_into; - bool allows_select_procedure; bool allows_derived; st_parsing_options() { reset(); } |