~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_locking.c

  • Committer: Mark Atwood
  • Date: 2009-01-08 23:29:00 UTC
  • mto: (779.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 784.
  • Revision ID: me@mark.atwood.name-20090108232900-yg03vfahncfabbf2
add syslog based logging plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
      _mi_test_if_changed(info);
199
199
 
200
200
      info->lock_type=lock_type;
 
201
      info->invalidator=info->s->invalidator;
201
202
      share->w_locks++;
202
203
      share->tot_locks++;
203
204
      info->s->in_use= list_add(info->s->in_use, &info->in_use);
357
358
    }
358
359
    if (check_keybuffer)
359
360
      _mi_test_if_changed(info);
 
361
    info->invalidator=info->s->invalidator;
360
362
  }
361
363
  else if (lock_type == F_WRLCK && info->lock_type == F_RDLCK)
362
364
  {