diff options
author | unknown <lenz@mysql.com> | 2005-09-28 23:05:42 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-09-28 23:05:42 +0200 |
commit | f75271a53e2895c45c555f786982ad5120aed96b (patch) | |
tree | d3a22d86bfa92cb5a763eae009b5504f572e4a29 | |
parent | 7524b28ca25bbef59b4d4925eeb5ecdda20e07fc (diff) | |
parent | 51361adaf6be15f404dd0e0c6988cd6a41d7c5ed (diff) | |
download | mariadb-git-f75271a53e2895c45c555f786982ad5120aed96b.tar.gz |
Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0
client/mysqltest.c:
Auto merged
-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 32dd7822872..28bf3005ddf 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -4315,7 +4315,7 @@ int main(int argc, char **argv) } else { - // Print the result to stdout + /* Print the result to stdout */ printf("%s", ds_res.str); } } |