diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 658c1dc2cdb..7234a7a92ff 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -258,7 +258,7 @@ public: braces, /* SELECT ... UNION (SELECT ... ) <- this braces */ depended, /* depended from outer select subselect */ /* TRUE when having fix field called in processing of this SELECT */ - having_fix_field;e + having_fix_field; void init_query(); void init_select();