Commit 257eddcb authored by unknown's avatar unknown

Fix -ansi -pedantic compilation failure.

parent b2ee385f
...@@ -3155,7 +3155,7 @@ static int run_query_normal(MYSQL* mysql, struct st_query* q, int flags) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment