diff options
author | bell@sanja.is.com.ua <> | 2002-07-01 14:17:59 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-07-01 14:17:59 +0300 |
commit | 1a88542102e9b775b44128cbde292abce31c9738 (patch) | |
tree | cfcdd300da6cbe431fc24d54db7567f1a68b5325 /sql/sql_lex.h | |
parent | 2e1285f296be14749bdd51464a1327171e21850a (diff) | |
parent | 2cf620004e8a15c5d72a27377b536db2394a62d8 (diff) | |
download | mariadb-git-1a88542102e9b775b44128cbde292abce31c9738.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/work-having-4.1
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 545300b2629..c3a4526e052 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -254,7 +254,10 @@ public: uint in_sum_expr; bool create_refs, braces, /* SELECT ... UNION (SELECT ... ) <- this braces */ - depended; /* depended from outer select subselect */ + depended, /* depended from outer select subselect */ + /* TRUE when having fix field called in processing of this SELECT */ + having_fix_field; + void init_query(); void init_select(); st_select_lex_unit* master_unit() { return (st_select_lex_unit*) master; } |