~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/slave.cc

Standardized TRUE/FALSE, removed/replaced DBUG symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1971
1971
 
1972
1972
  mi->events_till_disconnect = disconnect_slave_event_count;
1973
1973
 
1974
 
  thd= new THD; // note that contructor of THD uses DBUG_ !
 
1974
  thd= new THD;
1975
1975
  THD_CHECK_SENTRY(thd);
1976
1976
  mi->io_thd = thd;
1977
1977
 
2245
2245
  errmsg= 0;
2246
2246
  rli->events_till_abort = abort_slave_event_count;
2247
2247
 
2248
 
  thd = new THD; // note that contructor of THD uses DBUG_ !
 
2248
  thd = new THD;
2249
2249
  thd->thread_stack = (char*)&thd; // remember where our stack is
2250
2250
  rli->sql_thd= thd;
2251
2251