~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_update.c

  • Committer: Monty Taylor
  • Date: 2008-07-14 22:29:09 UTC
  • mto: (77.6.2 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 159.
  • Revision ID: monty@inaugust.com-20080714222909-6qu1bjrwiwq9htm7
Removed skip-external-locking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    If we are running with external locking, we must update the index file
111
111
    that something has changed.
112
112
  */
113
 
  if (changed || !my_disable_locking)
 
113
  if (changed)
114
114
    key_changed|= HA_STATE_CHANGED;
115
115
 
116
116
  if (share->calc_checksum)