~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2010-12-16 04:01:22 UTC
  • mfrom: (1996.2.1 compare)
  • Revision ID: brian@tangent.org-20101216040122-eodh5shwsij35ybe
Merge in uuid tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
                        DRIZZLE_TYPE_DECIMAL,
191
191
                        DRIZZLE_TYPE_ENUM,
192
192
                        DRIZZLE_TYPE_BLOB,
193
 
                        DRIZZLE_TYPE_MAX=DRIZZLE_TYPE_BLOB
 
193
                        DRIZZLE_TYPE_UUID
194
194
};
 
195
const int enum_field_types_size= DRIZZLE_TYPE_UUID + 1;
195
196
 
196
197
} /* namespace drizzled */
197
198