Browse Source

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

pull/374/head
unknown 19 years ago
parent
commit
99cfe38ae7
  1. 2
      client/mysqltest.c

2
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");
}

Loading…
Cancel
Save