~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.c

  • Committer: Brian Aker
  • Date: 2008-07-14 22:18:37 UTC
  • mfrom: (77.1.96 codestyle)
  • Revision ID: brian@tangent.org-20080714221837-oceoshx7fjkla9u3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1111
1111
                                (state_updated ? UPDATE_STAT : 0) |
1112
1112
                                ((param->testflag & T_SORT_RECORDS) ?
1113
1113
                                 UPDATE_SORT : 0)));
1114
 
    VOID(lock_file(param, share->kfile,0L,F_UNLCK,"indexfile",filename));
1115
1114
    info->update&= ~HA_STATE_CHANGED;
1116
1115
  }
1117
1116
  mi_lock_database(info, F_UNLCK);