mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix -ansi -pedantic compilation failure.
This commit is contained in:
@ -3155,7 +3155,7 @@ static int run_query_normal(MYSQL* mysql, struct st_query* q, int flags)
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we come here the query is both executed and read successfully
|
/* If we come here the query is both executed and read successfully */
|
||||||
if (handle_no_error(q))
|
if (handle_no_error(q))
|
||||||
{
|
{
|
||||||
error= 1;
|
error= 1;
|
||||||
|
Reference in New Issue
Block a user