~vjsamuel/drizzle/fix-bug-651256

« back to all changes in this revision

Viewing changes to drizzled/item/type_holder.cc

  • Committer: lbieber
  • Date: 2010-09-23 15:49:15 UTC
  • mfrom: (1788.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100923154915-mshh9pwln0igdwrn
Merge Brian - Rollup patch of enum + style on varchar. This modifies enum to always being the same value.
Merge Stewart - Fix embedded_innodb plugin now that TIMESTAMP is 8 bytes. 
Merge Shrews - fix bug 643630 -  Transaction_reader not handling CHAR values that include quotes properly

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
                          null_ptr,
244
244
                          0,
245
245
                          name,
246
 
                          get_enum_pack_length(enum_set_typelib->count),
247
246
                          enum_set_typelib,
248
247
                          collation.collation);
249
248
    if (field)