List:Internals« Previous MessageNext Message »
From:igor Date:July 31 2005 11:32am
Subject:bk commit into 4.1 tree (igor:1.2360) BUG#12095
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of igor. When igor does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2360 05/07/31 02:32:33 igor@stripped +1 -0
  Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
  If GROUP_CONCAT is calculated we always put its argument into a temp
  table, even when the argument is a constant item.
  

  sql/item_sum.cc
    1.141 05/07/31 02:28:58 igor@stripped +1 -0

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	igor
# Host:	rurik.mysql.com
# Root:	/home/igor/dev/mysql-4.1-0

--- 1.140/sql/item_sum.cc	Tue Jul 26 00:51:06 2005
+++ 1.141/sql/item_sum.cc	Sun Jul 31 02:28:58 2005
@@ -1986,6 +1986,7 @@
   }
   
   count_field_types(tmp_table_param,all_fields,0);
+  tmp_table_param->need_const= 1;
   if (table)
   {
     /*
Thread
bk commit into 4.1 tree (igor:1.2360) BUG#12095igor31 Jul