~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/handler.cc

  • Committer: Patrick Galbraith
  • Date: 2008-07-28 01:47:41 UTC
  • mto: (212.1.8 codestyle)
  • mto: This revision was merged to the branch mainline in revision 217.
  • Revision ID: patg@ishvara-20080728014741-yoasv5trt1ef9rha
Renamed FIELD_TYPE to DRIZZLE_TYPE

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;