~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item_sum.cc

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2713
2713
  int error;
2714
2714
  DBUG_ASSERT(fixed == 1);
2715
2715
  if (!table)                                   // Empty query
2716
 
    return LL(0);
 
2716
    return 0LL;
2717
2717
  if (tree)
2718
2718
  {
2719
2719
    if (is_evaluated)