~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/decimal.h

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
protected:
31
31
  type::Decimal decimal_value;
32
32
public:
33
 
  Item_decimal(const char *str_arg, uint32_t length, const CHARSET_INFO * const charset);
 
33
  Item_decimal(const char *str_arg, uint32_t length, const charset_info_st * const charset);
34
34
  Item_decimal(const char *str, const type::Decimal *val_arg,
35
35
               uint32_t decimal_par, uint32_t length);
36
36
  Item_decimal(type::Decimal *value_par);