~mordred/drizzle/add-drizzle-namespace

« back to all changes in this revision

Viewing changes to drizzled/item/sum.cc

MergedĀ fromĀ me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2765
2765
 
2766
2766
  if(error)
2767
2767
  {
2768
 
    table->cursor->print_error(error, MYF(0));
 
2768
    table->print_error(error, MYF(0));
2769
2769
  }
2770
2770
 
2771
2771
  return table->cursor->stats.records;