1
0
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:
konstantin@mysql.com
2005-10-03 19:44:53 +04:00
parent 78504ac33e
commit 1831d62a5c

View File

@ -3155,7 +3155,7 @@ static int run_query_normal(MYSQL* mysql, struct st_query* q, int flags)
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))
{
error= 1;