diff options
author | unknown <kent@mysql.com> | 2004-08-05 17:05:21 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2004-08-05 17:05:21 +0200 |
commit | e0dbd0a94d1ea22fa230e6884d746ad99f79a3a1 (patch) | |
tree | df89d0dbe1b583c1eb9b85fdd49a62978f9c5a6b /netware | |
parent | 0ed01dfcae6ae5817eca7dd56740db7384377e1c (diff) | |
download | mariadb-git-e0dbd0a94d1ea22fa230e6884d746ad99f79a3a1.tar.gz |
mysqld.cc, mysql_test_run.c:
Changed URL in error message, page has moved
netware/mysql_test_run.c:
Changed URL in error message, page has moved
sql/mysqld.cc:
Changed URL in error message, page has moved
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'netware')
-rw-r--r-- | netware/mysql_test_run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/mysql_test_run.c b/netware/mysql_test_run.c index a69c5015968..fd5725a6414 100644 --- a/netware/mysql_test_run.c +++ b/netware/mysql_test_run.c @@ -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); |