~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/fdecimal.h

  • Committer: Brian Aker
  • Date: 2008-11-20 00:47:31 UTC
  • mfrom: (589.1.3 devel)
  • Revision ID: brian@tangent.org-20081120004731-lsjndrno3genuun1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLE_SERVER_FIELD_NEW_DECIMAL
22
22
#define DRIZZLE_SERVER_FIELD_NEW_DECIMAL
23
23
 
 
24
#include <drizzled/field/num.h>
 
25
 
24
26
/* New decimal/numeric field which use fixed point arithmetic */
25
27
class Field_new_decimal :public Field_num {
26
28
private: