~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/scheduler.h

  • Committer: Brian Aker
  • Date: 2008-07-10 19:37:55 UTC
  • mfrom: (51.1.67 remove-dbug)
  • Revision ID: brian@tangent.org-20080710193755-f5g761uieqa3wxmt
Merge.

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();