~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.cc

  • Committer: Lee Bieber
  • Date: 2010-12-09 19:40:05 UTC
  • mfrom: (1991.1.2 build)
  • Revision ID: kalebral@gmail.com-20101209194005-hpxailmc9afmvelh
Remove disabling of drizzleslap test
Merge Shrews - fix bug 683147: Large row affecting statements failing mid-transaction may not get undone properly by TransactionServices if part of multi-message Transaction

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
    {
356
356
      const CHARSET_INFO * const cs= field->charset();
357
357
      field->setReadSet();
358
 
      field->val_str_internal(&tmp);
 
358
      field->val_str(&tmp);
359
359
      if (cs->mbmaxlen > 1 &&
360
360
          table->getField(key_part->fieldnr - 1)->field_length !=
361
361
          key_part->length)