mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Don't print version in error message, just too messy to test
This commit is contained in:
parent
54a76f4946
commit
5aac9b58eb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue