~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.h

  • Committer: Brian Aker
  • Date: 2009-05-26 02:54:31 UTC
  • mfrom: (1022.2.34 mordred)
  • Revision ID: brian@gaz-20090526025431-hpjmsrr4j6nftuic
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                       OPTIMIZE_EQUAL };
59
59
  enum Type type() const { return FUNC_ITEM; }
60
60
  virtual enum Functype functype() const   { return UNKNOWN_FUNC; }
 
61
  virtual ~Item_func() {}
61
62
  Item_func(void):
62
63
    allowed_arg_cols(1), arg_count(0)
63
64
  {