summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2016-05-23 16:25:51 +0400
committerAlexander Barkov <bar@mariadb.org>2016-05-23 16:25:51 +0400
commit9a25c01f7848324dd63c64ea4e1c86ef1cebfbc8 (patch)
tree96550047ad79ecee87fb0e694ccb2a043746a6db /sql/sql_lex.h
parent4c0e2960d458cb437d4aa06d9193f5576c027448 (diff)
downloadmariadb-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.h2
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(); }