1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-26 17:42:13 +03:00

mysqld.cc, mysql_test_run.c:

Changed URL in error message, page has moved
This commit is contained in:
kent@mysql.com
2004-08-05 17:05:21 +02:00
parent b1fd4d8839
commit 48c8a11a4f
3 changed files with 3 additions and 2 deletions

View File

@ -170,7 +170,7 @@ void report_stats()
log_msg("\nThe .out and .err files in %s may give you some\n", result_dir);
log_msg("hint of what when wrong.\n");
log_msg("\nIf you want to report this error, please first read the documentation\n");
log_msg("at: http://www.mysql.com/doc/M/y/MySQL_test_suite.html\n");
log_msg("at: http://www.mysql.com/doc/en/MySQL_test_suite.html\n");
}
log_msg("\n%.02f total minutes elapsed in the test cases\n\n", total_time / 60);