~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/scheduler.h

Removed/replaced DBUG symbols and standardized TRUE/FALSE

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  LIST list;
61
61
  bool thread_attached;  /* Indicates if THD is attached to the OS thread */
62
62
  
63
 
#ifndef DBUG_OFF
64
63
  char dbug_explain_buf[256];
65
64
  void swap_dbug_explain();
66
 
#endif
67
65
 
68
66
  thd_scheduler();
69
67
  ~thd_scheduler();