~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/strfunc.h

  • Committer: Brian Aker
  • Date: 2010-12-25 21:10:07 UTC
  • mfrom: (2030.1.5 clean)
  • Revision ID: brian@tangent.org-20101225211007-78qgasqv4rvduowe
Merge in modification for naming around types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  virtual ~Item_str_func();
41
41
  int64_t val_int();
42
42
  double val_real();
43
 
  my_decimal *val_decimal(my_decimal *);
 
43
  type::Decimal *val_decimal(type::Decimal *);
44
44
  enum Item_result result_type () const { return STRING_RESULT; }
45
45
  void left_right_max_length();
46
46
  bool fix_fields(Session *session, Item **ref);