~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/decimal.h

  • Committer: Monty Taylor
  • Date: 2009-01-30 00:53:14 UTC
  • mto: (779.3.19 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130005314-3ufwrbqxnxu2aevi
Replaced gen_lex_hash with gperf. Yay for no more building tools to build source!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
private:
29
29
  int do_save_field_metadata(unsigned char *first_byte);
30
30
public:
31
 
 
32
 
  using Field::store;
33
 
  using Field::val_int;
34
 
  using Field::val_str;
35
 
  using Field::cmp;
36
 
  using Field::unpack;
37
 
 
38
31
  /* The maximum number of decimal digits can be stored */
39
32
  uint32_t precision;
40
33
  uint32_t bin_size;