~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/math/int.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:
33
33
  { max_length= 21; }
34
34
  Item_int_func(List<Item> &list) :Item_func(list) { max_length= 21; }
35
35
  Item_int_func(Session *session, Item_int_func *item) :Item_func(session, item) {}
 
36
  virtual ~Item_int_func();
36
37
  double val_real();
37
38
  String *val_str(String*str);
38
39
  enum Item_result result_type () const { return INT_RESULT; }