~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

MergedĀ fromĀ PatG.

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() == FIELD_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;