diff options
author | unknown <bell@sanja.is.com.ua> | 2003-07-01 13:57:46 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-07-01 13:57:46 +0300 |
commit | e3cf3772a457793fa142645b4bcb69e79a4c20a3 (patch) | |
tree | 42aaf6c308ef4c78f23f188e2f7f32d5f0c20a89 /sql/sql_select.h | |
parent | 26230e44fa7b1801868daaef281dbfd656b6d4d2 (diff) | |
parent | 1026028faf0240dfec36117bf41e2bfa4983cda9 (diff) | |
download | mariadb-git-e3cf3772a457793fa142645b4bcb69e79a4c20a3.tar.gz |
merge
sql/sql_select.cc:
Auto merged
sql/sql_select.h:
Auto merged
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index df21d337b54..3dc675bc201 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -137,7 +137,7 @@ class JOIN :public Sql_alloc POSITION positions[MAX_TABLES+1],best_positions[MAX_TABLES+1]; double best_read; List<Item> *fields; - List<Item_buff> group_fields; + List<Item_buff> group_fields, group_fields_cache; TABLE *tmp_table; // used to store 2 possible tmp table of SELECT TABLE *exec_tmp_table1, *exec_tmp_table2; |