~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_sum.cc

  • Committer: Brian Aker
  • Date: 2008-07-18 19:59:04 UTC
  • mfrom: (177.3.3 drizzle-work)
  • Revision ID: brian@tangent.org-20080718195904-7zxlcav99bdsu1x5
Handling merge from mark.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2727
2727
** Rewritten by: Monty.
2728
2728
****************************************************************************/
2729
2729
 
2730
 
#ifdef HAVE_DLOPEN
2731
 
 
2732
2730
void Item_udf_sum::clear()
2733
2731
{
2734
2732
  udf.clear();
2874
2872
  return(res);
2875
2873
}
2876
2874
 
2877
 
#endif /* HAVE_DLOPEN */
2878
 
 
2879
 
 
2880
2875
/*****************************************************************************
2881
2876
 GROUP_CONCAT function
2882
2877