From e263b81472a143884a3158c8d6c5c071184d9bf8 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 30 May 2003 22:14:52 +0300 Subject: priventing allocation unused Item_buff (alloc_group_fields()) mysql-test/r/subselect.result: new test for code coverage mysql-test/t/subselect.test: new test for code coverage sql/sql_select.cc: priventing allocation unused Item_buff sql/sql_select.h: priventing allocation unused Item_buff --- sql/sql_select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_select.h') diff --git a/sql/sql_select.h b/sql/sql_select.h index 7f3669f7478..1e0f7314e7c 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -127,7 +127,7 @@ class JOIN :public Sql_alloc POSITION positions[MAX_TABLES+1],best_positions[MAX_TABLES+1]; double best_read; List *fields; - List group_fields; + List group_fields, group_fields_cache; TABLE *tmp_table; // used to store 2 possible tmp table of SELECT TABLE *exec_tmp_table1, *exec_tmp_table2; -- cgit v1.2.1