Commit 691fb078 authored by Andrei Elkin's avatar Andrei Elkin

removing the source of a warning in slave.cc:468

parent 52d3373e
...@@ -465,8 +465,6 @@ terminate_slave_thread(THD *thd, ...@@ -465,8 +465,6 @@ terminate_slave_thread(THD *thd,
volatile uint *slave_running, volatile uint *slave_running,
bool skip_lock) bool skip_lock)
{ {
int error;
DBUG_ENTER("terminate_slave_thread"); DBUG_ENTER("terminate_slave_thread");
if (!skip_lock) if (!skip_lock)
{ {
......
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