~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/double.h

Merged from Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLE_SERVER_FIELD_DOUBLE
22
22
#define DRIZZLE_SERVER_FIELD_DOUBLE
23
23
 
24
 
#include <drizzled/mysql_priv.h>
25
 
 
26
24
class Field_double :public Field_real {
27
25
public:
28
26
  Field_double(uchar *ptr_arg, uint32_t len_arg, uchar *null_ptr_arg,