From 99cfe38ae7d6da2dca8a3b377254d0bfba8b6ac4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 4 Oct 2006 12:27:05 +0200 Subject: [PATCH] Don't print version in error message, just too messy to test --- client/mysqltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index a81854733de..d49693fa324 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -802,7 +802,7 @@ void abort_not_supported_test(const char *fmt, ...) void abort_not_in_this_version() { - die("Not available in mysqltest for MySQL %s", VERSION); + die("Not available in this version of mysqltest"); }