diff options
author | unknown <konstantin@mysql.com> | 2005-10-03 19:44:53 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-10-03 19:44:53 +0400 |
commit | 257eddcb81823fd6891d01d0d8d00680f4eb9f46 (patch) | |
tree | ddfe975924a65f97b232feff6c44e67f0fcc3f0c /client/mysqltest.c | |
parent | b2ee385ff3f7a0148833b2cfc302cab3375f7b11 (diff) | |
download | mariadb-git-257eddcb81823fd6891d01d0d8d00680f4eb9f46.tar.gz |
Fix -ansi -pedantic compilation failure.
Diffstat (limited to 'client/mysqltest.c')
-rw-r--r-- | client/mysqltest.c | 2 |
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; |