~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item_sum.cc

  • Committer: Brian Aker
  • Date: 2008-07-07 14:25:25 UTC
  • mto: (77.1.25 codestyle)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: brian@tangent.org-20080707142525-xzy2nl3ie2ebwfln
LL() cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
2709
2709
  int error;
2710
2710
  DBUG_ASSERT(fixed == 1);
2711
2711
  if (!table)                                   // Empty query
2712
 
    return LL(0);
 
2712
    return 0LL;
2713
2713
  if (tree)
2714
2714
  {
2715
2715
    if (is_evaluated)