• unknown's avatar
    fixed memory leak in group_concat function (BUG#796) · cd3e15a6
    unknown authored
    fixed test func_gconcat to be repeatable independent of presend tables and avoid removing user tables
    
    
    mysql-test/r/func_gconcat.result:
      removed warning in test
      fixed table tnames (should be tN, where N is number)
    mysql-test/t/func_gconcat.test:
      removed warning in test
      fixed table tnames (should be tN, where N is number)
    sql/item_sum.cc:
      added debug information
      fixed memory leak in group_concat function
    cd3e15a6
func_gconcat.result 5.14 KB