diff options
author | bell@sanja.is.com.ua <> | 2003-06-26 11:31:13 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-06-26 11:31:13 +0300 |
commit | e8b1e216155d51b5b7ca64f2f7335e50b1c9c538 (patch) | |
tree | f3a100b7ab513c9a7167a8ced98791706e58dfca /sql/sql_lex.h | |
parent | 2f54542f595bba7ea4c46b6bac71d1d5ea53ed3b (diff) | |
parent | 2d120d32fa66a24cfec5d083205a434ec617bb1a (diff) | |
download | mariadb-git-e8b1e216155d51b5b7ca64f2f7335e50b1c9c538.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/bk/work-cond_count-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-top2-4.1
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 865336a06fa..83b38180250 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -207,6 +207,7 @@ public: Item **ref_pointer_array; uint select_items; /* number of items in select_list */ + uint cond_count; /* number of arguments of and/or/xor in where/having */ enum_parsing_place parsing_place; /* where we are parsing expression */ bool with_sum_func; /* sum function indicator */ bool dependent; /* dependent from outer select subselect */ |