mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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(false);
|
||||
}
|
||||
else
|
||||
DBUG_RETURN(result->change_result(new_result));
|
||||
DBUG_RETURN(result->change_result(new_result));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user