diff options
author | konstantin@mysql.com <> | 2005-10-03 19:44:53 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-10-03 19:44:53 +0400 |
commit | 1831d62a5c337ab0727af4e6a7bd10cc11091b3c (patch) | |
tree | ddfe975924a65f97b232feff6c44e67f0fcc3f0c /client | |
parent | 78504ac33e1063870aa6cab001229d6aaa74aef7 (diff) | |
download | mariadb-git-1831d62a5c337ab0727af4e6a7bd10cc11091b3c.tar.gz |
Fix -ansi -pedantic compilation failure.
Diffstat (limited to 'client')
-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; |