Commit 1adf793d authored by unknown's avatar unknown
Browse files

Reverting a line I had just added to slave.cc (mutex is already locked

when we come at this place).


sql/slave.cc:
  stupid me; this line is a mistake
parent d475643d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -588,7 +588,6 @@ int start_slave_thread(pthread_handler h_func, pthread_mutex_t *start_lock,
    while (start_id == *slave_run_id)
    {
      DBUG_PRINT("sleep",("Waiting for slave thread to start"));
      pthread_mutex_lock(cond_lock);
      const char* old_msg = thd->enter_cond(start_cond,cond_lock,
					    "Waiting for slave thread to start");
      pthread_cond_wait(start_cond,cond_lock);