~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.h

  • Committer: Monty Taylor
  • Date: 2009-05-24 18:17:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1039.
  • Revision ID: mordred@inaugust.com-20090524181738-01rwzxpwrqe92erb
Fixed some no-inline warnings.

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
  {