~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_check.cc

  • Committer: Brian Aker
  • Date: 2010-06-01 21:54:27 UTC
  • mto: (1578.6.10 explain-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1589.
  • Revision ID: brian@gir-2.local-20100601215427-1iy7drhhn9zeh2m2
Remove pthread mutex that is no longer used (since IO_CACHE is single
threaded it is not needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2209
2209
    {
2210
2210
      param->read_cache.end_of_file=sort_param.filepos;
2211
2211
      if (write_data_suffix(&sort_info,1) || end_io_cache(&info->rec_cache))
 
2212
      {
2212
2213
        goto err;
 
2214
      }
2213
2215
      if (param->testflag & T_SAFE_REPAIR)
2214
2216
      {
2215
2217
        /* Don't repair if we loosed more than one row */