diff options
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 762d6718dcb..8cfb2f99fb0 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1828,8 +1828,6 @@ private: struct st_parsing_options { bool allows_variable; - bool allows_select_into; - bool allows_select_procedure; bool allows_derived; st_parsing_options() { reset(); } |