~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Brian Aker
  • Date: 2008-07-28 03:45:43 UTC
  • mfrom: (212.1.8 codestyle)
  • Revision ID: brian@tangent.org-20080728034543-qulvxdig8powjsj1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
2536
2536
        if (!keypart->fieldnr)
2537
2537
          continue;
2538
2538
        Field *field= table->field[keypart->fieldnr-1];
2539
 
        if (field->type() == MYSQL_TYPE_BLOB)
 
2539
        if (field->type() == DRIZZLE_TYPE_BLOB)
2540
2540
        {
2541
2541
          if (check_opt->sql_flags & TT_FOR_UPGRADE)
2542
2542
            check_opt->flags= T_MEDIUM;