summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-11-05 11:21:40 +0200
committerbell@sanja.is.com.ua <>2002-11-05 11:21:40 +0200
commit1575f623746daaee9f02410423397e48ed9312e8 (patch)
tree80953b28f9f8ba067749c45ef3ec819a595192c4 /sql/sql_lex.h
parentded512d5a1aa96d54cefab7f997f07f96cfa5b69 (diff)
parentee9b1b6ec091cae50e0152d84ebc0557115e0c39 (diff)
downloadmariadb-git-1575f623746daaee9f02410423397e48ed9312e8.tar.gz
IN subselect erged with current 4.1 (pointer conversion)
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index ea944ef34c8..59bbb1e220f 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -200,6 +200,7 @@ public:
List<List_item> expr_list;
List<List_item> when_list; /* WHEN clause (expression) */
ha_rows select_limit, offset_limit; /* LIMIT clause parameters */
+ bool with_sum_func;
bool create_refs;
bool dependent; /* dependent from outer select subselect */