~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.cc

  • Committer: Brian Aker
  • Date: 2009-02-08 03:02:04 UTC
  • Revision ID: brian@tangent.org-20090208030204-3gz6xwcq5niux5nm
Class rewrite of Session (aka get all of the junk out)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2595
2595
  if (tree || table || tmp_table_param)
2596
2596
    return false;
2597
2597
 
2598
 
  if (!(tmp_table_param= new TMP_TABLE_PARAM))
 
2598
  if (!(tmp_table_param= new Tmp_Table_Param))
2599
2599
    return true;
2600
2600
 
2601
2601
  /* Create a table with an unique key over all parameters */
3232
3232
  if (table || tree)
3233
3233
    return(false);
3234
3234
 
3235
 
  if (!(tmp_table_param= new TMP_TABLE_PARAM))
 
3235
  if (!(tmp_table_param= new Tmp_Table_Param))
3236
3236
    return(true);
3237
3237
 
3238
3238
  /* We'll convert all blobs to varchar fields in the temporary table */