From 8d0dd7a45a9b109d80031b14b328d79131e9b866 Mon Sep 17 00:00:00 2001 From: "konstantin@mysql.com" <> Date: Thu, 8 Sep 2005 18:51:36 +0400 Subject: Remove an obsolete comment and an unused variable. --- sql/sql_select.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sql/sql_select.h') diff --git a/sql/sql_select.h b/sql/sql_select.h index 78fa88801be..47906c2697e 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -230,7 +230,7 @@ class JOIN :public Sql_alloc /* Is set if we have a GROUP BY and we have ORDER BY on a constant. */ bool skip_sort_order; - bool need_tmp, hidden_group_fields, buffer_result; + bool need_tmp, hidden_group_fields; DYNAMIC_ARRAY keyuse; Item::cond_result cond_value; List all_fields; // to store all fields that used in query @@ -299,8 +299,6 @@ class JOIN :public Sql_alloc skip_sort_order= 0; need_tmp= 0; hidden_group_fields= 0; /*safety*/ - buffer_result= test(select_options & OPTION_BUFFER_RESULT) && - !test(select_options & OPTION_FOUND_ROWS); error= 0; select= 0; return_tab= 0; -- cgit v1.2.1