diff options
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index 27340bbec89..ee1ffcba336 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -232,8 +232,6 @@ void st_parsing_options::reset() { allows_variable= TRUE; - allows_select_into= TRUE; - allows_select_procedure= TRUE; allows_derived= TRUE; } |