List:Commits« Previous MessageNext Message »
From:Georgi Kodinov Date:July 18 2008 2:36pm
Subject:bzr commit into mysql-6.0 branch (kgeorge:2688)
View as plain text  
#At file:///home/kgeorge/mysql/bzr/errs-6.0-wl3220/

 2688 Georgi Kodinov	2008-07-18
      wl3220 : fixed a memory allocation problem
      by adding the aggregator class to memory 
      management
modified:
  sql/item_sum.h

per-file messages:
  sql/item_sum.h
    wl3220 : Aggregator added to memory management.
=== modified file 'sql/item_sum.h'
--- a/sql/item_sum.h	2008-07-02 08:41:55 +0000
+++ b/sql/item_sum.h	2008-07-18 14:35:47 +0000
@@ -38,7 +38,7 @@ class Aggregator_simple;
   fields (quick_group = 0);
 */
 
-class Aggregator
+class Aggregator : public Sql_alloc
 {
   friend class Item_sum;
   friend class Item_sum_sum;

Thread
bzr commit into mysql-6.0 branch (kgeorge:2688) Georgi Kodinov18 Jul