Commit da957310 authored by Sergei Golubchik's avatar Sergei Golubchik

compiler warning (no return in non-void function)

parent 29dd634a
......@@ -25060,8 +25060,7 @@ bool JOIN::change_result(select_result *new_result, select_result *old_result)
DBUG_RETURN(true); /* purecov: inspected */
DBUG_RETURN(false);
}
else
DBUG_RETURN(result->change_result(new_result));
DBUG_RETURN(result->change_result(new_result));
}
......
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