~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

Merge with trunk.

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_TIME,
193
194
                        DRIZZLE_TYPE_UUID
194
195
};
195
196
const int enum_field_types_size= DRIZZLE_TYPE_UUID + 1;