~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

  • Committer: Brian Aker
  • Date: 2008-10-11 18:23:34 UTC
  • Revision ID: brian@tangent.org-20081011182334-7cmtytah6rs12e2y
Remove dead slow variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1358
1358
  thd->variables.max_allowed_packet= global_system_variables.max_allowed_packet
1359
1359
    + MAX_LOG_EVENT_HEADER;  /* note, incr over the global not session var */
1360
1360
  thd->slave_thread = 1;
1361
 
  thd->enable_slow_log= opt_log_slow_slave_statements;
1362
1361
  set_slave_thread_options(thd);
1363
1362
  thd->client_capabilities = CLIENT_LOCAL_FILES;
1364
1363
  pthread_mutex_lock(&LOCK_thread_count);