summaryrefslogtreecommitdiff
path: root/client/mysqltest.c
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-10-03 19:44:53 +0400
committerunknown <konstantin@mysql.com>2005-10-03 19:44:53 +0400
commit257eddcb81823fd6891d01d0d8d00680f4eb9f46 (patch)
treeddfe975924a65f97b232feff6c44e67f0fcc3f0c /client/mysqltest.c
parentb2ee385ff3f7a0148833b2cfc302cab3375f7b11 (diff)
downloadmariadb-git-257eddcb81823fd6891d01d0d8d00680f4eb9f46.tar.gz
Fix -ansi -pedantic compilation failure.
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r--client/mysqltest.c2
1 files changed, 1 insertions, 1 deletions
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;