diff options
author | Igor Babaev <igor@askmonty.org> | 2010-05-25 23:14:18 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2010-05-25 23:14:18 -0700 |
commit | d120c5b562629dda782e3c9a66cfeaa48cbb01d1 (patch) | |
tree | 6da6a69adc00f657dc62d863a334d57f7a0f1907 /sql/sql_lex.h | |
parent | d6c97c913e4e0084f01b7551c5c2f06e10c2fdc7 (diff) | |
download | mariadb-git-d120c5b562629dda782e3c9a66cfeaa48cbb01d1.tar.gz |
Changed the fixes for the following bugs:
Bug #39022: completed
Bug #39653: reverted as invalid
Bug #45640: ameliorated, simplified, optimized
Bug #48483: completed
Bug #49324: improved
Bug #51242/52336: reverted, applied a real fix.
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 f9838c26cb5..6b33793f830 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -647,8 +647,6 @@ public: bool braces; /* SELECT ... UNION (SELECT ... ) <- this braces */ /* TRUE when having fix field called in processing of this SELECT */ bool having_fix_field; - /* TRUE when GROUP BY fix field called in processing of this SELECT */ - bool group_fix_field; /* List of references to fields referenced from inner selects */ List<Item_outer_ref> inner_refs_list; /* Number of Item_sum-derived objects in this SELECT */ |