From 1831d62a5c337ab0727af4e6a7bd10cc11091b3c Mon Sep 17 00:00:00 2001 From: "konstantin@mysql.com" <> Date: Mon, 3 Oct 2005 19:44:53 +0400 Subject: [PATCH] Fix -ansi -pedantic compilation failure. --- client/mysqltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index 9f59539b177..264140cefa8 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -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;