~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/sort.c

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
} /* find_all_keys */
305
305
 
306
306
 
307
 
#ifdef THREAD
308
307
/* Search after all keys and place them in a temp. file */
309
308
 
310
309
pthread_handler_t thr_find_all_keys(void *arg)
635
634
  my_free((uchar*) mergebuf,MYF(MY_ALLOW_ZERO_PTR));
636
635
  DBUG_RETURN(got_error);
637
636
}
638
 
#endif /* THREAD */
639
637
 
640
638
        /* Write all keys in memory to file for later merge */
641
639