~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Brian Aker
  • Date: 2011-02-18 18:17:06 UTC
  • mfrom: (2181.1.3 drizzle-staging)
  • Revision ID: brian@tangent.org-20110218181706-r2odpf300pvedpmc
Rollup of:
    Andrew Hutchings 2011-02-18 Set the REPLICATION to FALSE for SYS_REPLICATION_LOG as we don't want to long manual changes to it
    Andrew Hutchings 2011-02-18 Backport fix from http://bugs.mysql.com/bug.php?id=59149 which crashed drizzed
    Andrew Hutchings 2011-02-17 More fixups for drizzledump docs:

Show diffs side-by-side

added added

removed removed

Lines of Context:
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();