~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/num.h

  • Committer: Brian Aker
  • Date: 2008-10-12 01:59:02 UTC
  • Revision ID: brian@tangent.org-20081012015902-prhy6wsimdqr28om
Dead code around unsigned (first pass)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
            const char *field_name_arg,
32
32
            uint8_t dec_arg, bool zero_arg, bool unsigned_arg);
33
33
  Item_result result_type () const { return REAL_RESULT; }
34
 
  void add_unsigned(String &res) const;
35
34
  friend class Create_field;
36
35
  void make_field(Send_field *);
37
36
  uint32_t decimals() const { return (uint32_t) dec; }