~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Monty Taylor
  • Date: 2009-01-29 00:39:19 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090129003919-8tv61hkqqs9xr2pk
Some Sun warning fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
554
554
  void clear();
555
555
  void no_rows_in_result() { count=0; }
556
556
  bool add();
557
 
  void make_const(int64_t count_arg)
 
557
  void make_const_count(int64_t count_arg)
558
558
  {
559
559
    count=count_arg;
560
560
    Item_sum::make_const();