Commit a434e859 authored by unknown's avatar unknown

Manual merge

parent 0776c2ea
...@@ -4968,7 +4968,6 @@ void rotate_relay_log(MASTER_INFO* mi) ...@@ -4968,7 +4968,6 @@ void rotate_relay_log(MASTER_INFO* mi)
/* We don't lock rli->run_lock. This would lead to deadlocks. */ /* We don't lock rli->run_lock. This would lead to deadlocks. */
pthread_mutex_lock(&mi->run_lock); pthread_mutex_lock(&mi->run_lock);
pthread_mutex_lock(&mi->data_lock);
/* /*
We need to test inited because otherwise, new_file() will attempt to lock We need to test inited because otherwise, new_file() will attempt to lock
...@@ -4998,7 +4997,6 @@ void rotate_relay_log(MASTER_INFO* mi) ...@@ -4998,7 +4997,6 @@ void rotate_relay_log(MASTER_INFO* mi)
*/ */
rli->relay_log.harvest_bytes_written(&rli->log_space_total); rli->relay_log.harvest_bytes_written(&rli->log_space_total);
end: end:
pthread_mutex_unlock(&mi->data_lock);
pthread_mutex_unlock(&mi->run_lock); pthread_mutex_unlock(&mi->run_lock);
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment