~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.h

  • 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:
68
68
 
69
69
extern ulonglong query_performance_frequency, query_performance_offset;
70
70
 
71
 
#if defined(THREAD)
72
71
extern sigset_t my_signals;             /* signals blocked by mf_brkhant */
73
 
#endif
74
72
C_MODE_END