diff options
author | unknown <msvensson@neptunus.(none)> | 2006-12-08 16:48:49 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-12-08 16:48:49 +0100 |
commit | 8fc4864ed76247b20258d5234e2d42ed34ae35c9 (patch) | |
tree | 99ab1de4b16f6cf5c24f98f59d785991bba71f27 /client | |
parent | e8d82549afbb8ba46d3a65e027fbbe2c401ec17b (diff) | |
download | mariadb-git-8fc4864ed76247b20258d5234e2d42ed34ae35c9.tar.gz |
Add missing space
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 3d9344fb098..ad7124601ab 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -4804,7 +4804,7 @@ void handle_error(struct st_command *command, err_errno, err_error); /* Abort the run of this test, pass the failed query as reason */ - abort_not_supported_test("Query '%s' failed, required functionality" \ + abort_not_supported_test("Query '%s' failed, required functionality " \ "not supported", command->query); } |