From 5aac9b58ebacff65cd739a3039e80bf62d0d0fc3 Mon Sep 17 00:00:00 2001 From: "msvensson@shellback.(none)" <> 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"); }