mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
compiler warning (no return in non-void function)
This commit is contained in:
@@ -25060,8 +25060,7 @@ bool JOIN::change_result(select_result *new_result, select_result *old_result)
|
|||||||
DBUG_RETURN(true); /* purecov: inspected */
|
DBUG_RETURN(true); /* purecov: inspected */
|
||||||
DBUG_RETURN(false);
|
DBUG_RETURN(false);
|
||||||
}
|
}
|
||||||
else
|
DBUG_RETURN(result->change_result(new_result));
|
||||||
DBUG_RETURN(result->change_result(new_result));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user