summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-12-08 16:48:49 +0100
committerunknown <msvensson@neptunus.(none)>2006-12-08 16:48:49 +0100
commit8fc4864ed76247b20258d5234e2d42ed34ae35c9 (patch)
tree99ab1de4b16f6cf5c24f98f59d785991bba71f27 /client
parente8d82549afbb8ba46d3a65e027fbbe2c401ec17b (diff)
downloadmariadb-git-8fc4864ed76247b20258d5234e2d42ed34ae35c9.tar.gz
Add missing space
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.c2
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);
}