~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/myisam.h

  • Committer: Brian Aker
  • Date: 2008-07-02 21:31:48 UTC
  • mfrom: (28.1.41 libtool-patch)
  • Revision ID: brian@tangent.org-20080702213148-pc4f4hjt5c9qvp00
Merge from Monty Taylor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
  SORT_FT_BUF *ft_buf;
452
452
  /* sync things */
453
453
  uint got_error, threads_running;
454
 
#ifdef THREAD
455
454
  pthread_mutex_t mutex;
456
455
  pthread_cond_t  cond;
457
 
#endif
458
456
} SORT_INFO;
459
457
 
460
458
/* functions in mi_check */