~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cache_row.h

  • Committer: Brian Aker
  • Date: 2010-12-22 21:50:32 UTC
  • mto: (2026.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2027.
  • Revision ID: brian@tangent.org-20101222215032-uc4fg4ff7jfwdvl6
Cleanup error messages around bad table definitions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  double val_real();
56
56
  int64_t val_int();
57
57
  String *val_str(String *val);
58
 
  type::Decimal *val_decimal(type::Decimal *val);
 
58
  my_decimal *val_decimal(my_decimal *val);
59
59
 
60
60
  enum Item_result result_type() const;
61
61