mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
compiler warning (no return in non-void function)
This commit is contained in:
parent
29dd634a4c
commit
da957310d0
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue