diff options
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 8d5c2484cbf..3d314537822 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1165,6 +1165,7 @@ public: */ uint hidden_bit_fields; enum_parsing_place parsing_place; /* where we are parsing expression */ + enum_parsing_place save_parsing_place; enum_parsing_place context_analysis_place; /* where we are in prepare */ bool with_sum_func; /* sum function indicator */ |