summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-07-01 14:17:59 +0300
committerbell@sanja.is.com.ua <>2002-07-01 14:17:59 +0300
commit1a88542102e9b775b44128cbde292abce31c9738 (patch)
treecfcdd300da6cbe431fc24d54db7567f1a68b5325 /sql/sql_lex.h
parent2e1285f296be14749bdd51464a1327171e21850a (diff)
parent2cf620004e8a15c5d72a27377b536db2394a62d8 (diff)
downloadmariadb-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.h5
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; }