~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • 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:
1352
1352
bool ha_myisam::is_crashed() const
1353
1353
{
1354
1354
  return (file->s->state.changed & STATE_CRASHED ||
1355
 
          (my_disable_locking && file->s->state.open_count));
 
1355
          (file->s->state.open_count));
1356
1356
}
1357
1357
 
1358
1358
int ha_myisam::update_row(const uchar *old_data, uchar *new_data)