Commit 49d97a87 authored by unknown's avatar unknown

Don't print version in error message, just too messy to test

parent a0cec361
...@@ -802,7 +802,7 @@ void abort_not_supported_test(const char *fmt, ...) ...@@ -802,7 +802,7 @@ void abort_not_supported_test(const char *fmt, ...)
void abort_not_in_this_version() void abort_not_in_this_version()
{ {
die("Not available in mysqltest for MySQL %s", VERSION); die("Not available in this version of mysqltest");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment