1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

priventing allocation unused Item_buff (alloc_group_fields())

This commit is contained in:
bell@sanja.is.com.ua
2003-05-30 22:14:52 +03:00
parent 0b1dda4023
commit 98ffed1808
4 changed files with 66 additions and 5 deletions

View File

@@ -127,7 +127,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;