~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2009-02-11 19:43:59 UTC
  • mfrom: (873.2.13 devel)
  • Revision ID: brian@tangent.org-20090211194359-bvzp93tceo4qtjmd
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
767
767
                   T_SILENT | T_FORCE_CREATE | T_CALC_CHECKSUM |
768
768
                   (check_opt->flags & T_EXTEND ? T_REP : T_REP_BY_SORT));
769
769
  param.sort_buffer_length=  (size_t)sort_buffer_size;
 
770
 
 
771
  // Release latches since this can take a long time
 
772
  ha_release_temporary_latches(session);
 
773
 
770
774
  start_records=file->state->records;
771
775
  while ((error=repair(session,param,0)) && param.retry_repair)
772
776
  {