summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorgluh@eagle.(none) <>2007-01-24 19:54:40 +0400
committergluh@eagle.(none) <>2007-01-24 19:54:40 +0400
commit7b291e36cfd441dc7a719a1d1ecd6d3c1e084d5d (patch)
treef775cabca54ceb5c24dfb0a8166ff2a9d78c7644 /sql/sql_lex.h
parent76d419137978846dd1fb5eb8bae35c26add3c938 (diff)
parent7fd3cd9e41ecab372105ec998083a79756472785 (diff)
downloadmariadb-git-7b291e36cfd441dc7a719a1d1ecd6d3c1e084d5d.tar.gz
Merge mysql.com:/home/gluh/MySQL/Merge/5.1
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 8e9eb578911..247c35ca73a 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -615,6 +615,10 @@ public:
bool no_wrap_view_item;
/* exclude this select from check of unique_table() */
bool exclude_from_table_unique_test;
+ /* List of fields that aren't under an aggregate function */
+ List<Item_field> non_agg_fields;
+ /* index in the select list of the expression currently being fixed */
+ int cur_pos_in_select_list;
void init_query();
void init_select();