~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Lee Bieber
  • Date: 2011-02-19 18:28:30 UTC
  • mfrom: (1994.4.78 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2185.
  • Revision ID: kalebral@gmail.com-20110219182830-kb8m3ali4yjmcg0s
Merge Marisa - adds logo references to the include file

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/* classes for sum functions */
24
24
 
25
 
#include "drizzled/tree.h"
 
25
#include <drizzled/tree.h>
26
26
#include <drizzled/hybrid_type.h>
27
27
#include <drizzled/item.h>
28
28
#include <drizzled/item/field.h>
366
366
    forced_const= true;
367
367
  }
368
368
  virtual bool const_item() const { return forced_const; }
 
369
  virtual bool const_during_execution() const { return false; }
369
370
  void make_field(SendField *field);
370
371
  virtual void print(String *str, enum_query_type query_type);
371
372
  void fix_num_length_and_dec();