~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduler.cc

Merged in code for extra warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
thd_scheduler::thd_scheduler()
103
103
  : logged_in(false), io_event(NULL), thread_attached(false)
104
 
{  
 
104
{
105
105
  dbug_explain_buf[0]= 0;
106
106
}
107
107
 
112
112
}
113
113
 
114
114
 
 
115
thd_scheduler::thd_scheduler(const thd_scheduler&)
 
116
  : logged_in(false), io_event(NULL), thread_attached(false)
 
117
{}
 
118
 
 
119
void thd_scheduler::operator=(const thd_scheduler&)
 
120
{}
 
121
 
115
122
bool thd_scheduler::init(THD *parent_thd)
116
123
{
117
124
  io_event=