From a5eccbc33a11db49f85c4a84108b70d8ae3ad3ef Mon Sep 17 00:00:00 2001 From: Kent Boortz Date: Sat, 14 Dec 2013 13:05:36 +0100 Subject: [PATCH] Bug#29716 : Bug#11746921 : MYSQL_INSTALL_DB REFERS TO THE (OBSOLETE) MYSQLBUG SCRIPT DURING INSTALLATION Bug#68742 : Bug#16530527 : OBSOLETE BUGREPORT ADDRESSES --- mysql-test/README | 5 ++--- scripts/mysql_install_db.pl.in | 7 ++++--- scripts/mysql_install_db.sh | 6 +++--- scripts/mysqlaccess.sh | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mysql-test/README b/mysql-test/README index 77b398ebf39..63765fcb8f9 100644 --- a/mysql-test/README +++ b/mysql-test/README @@ -68,6 +68,5 @@ extension. For example: that the bug is corrected in future releases. To submit your test case, put your .test file and .result file(s) into -a tar.gz archive, add a README that explains the problem, ftp the -archive to ftp://support.mysql.com/pub/mysql/secret/ and send a mail -to bugs@lists.mysql.com +a tar.gz or zip archive, create a bug report at http://bugs.mysql.com/ +and attach the archive to the bug report. diff --git a/scripts/mysql_install_db.pl.in b/scripts/mysql_install_db.pl.in index 12cd6a21ad1..50c7a3f3de8 100644 --- a/scripts/mysql_install_db.pl.in +++ b/scripts/mysql_install_db.pl.in @@ -537,7 +537,7 @@ if ( open(PIPE, "| $mysqld_install_cmd_line") ) " cd mysql-test ; perl mysql-test-run.pl"); } report($opt, - "Please report any problems with the " . '@scriptdir@' . "/mysqlbug script!", + "Please report any problems at http://bugs.mysql.com/", "", "The latest information about MySQL is available on the web at", "", @@ -570,8 +570,9 @@ else "Please consult the MySQL manual section: 'Problems running mysql_install_db',", "and the manual section that describes problems on your OS.", "Another information source is the MySQL email archive.", - "Please check all of the above before mailing us!", - "And if you do mail us, you MUST use the " . '@scriptdir@' . "/mysqlbug script!") + "", + "Please check all of the above before submitting a bug report", + "at http://bugs.mysql.com/") } ############################################################################## diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 96f82198d3a..d937e3c84bb 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -426,8 +426,8 @@ else echo "describes problems on your OS. Another information source are the" echo "MySQL email archives available at http://lists.mysql.com/." echo - echo "Please check all of the above before mailing us! And remember, if" - echo "you do mail us, you MUST use the $scriptdir/mysqlbug script!" + echo "Please check all of the above before submitting a bug report" + echo "at http://bugs.mysql.com/" echo exit 1 fi @@ -478,7 +478,7 @@ then fi echo - echo "Please report any problems with the $scriptdir/mysqlbug script!" + echo "Please report any problems at http://bugs.mysql.com/" echo fi diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index bab0dbf5b87..3d6dc90e596 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -2423,7 +2423,7 @@ sub Print_Header { sub Print_Footer { if ($MySQLaccess::CMD) { #command-line mode print "\n" - ."BUGs can be reported by email to bugs\@mysql.com\n"; + ."BUGs can be reported at http://bugs.mysql.com/\n"; } if ($MySQLaccess::CGI) { #CGI-BIN mode if ($MySQLaccess::Param{'brief'}) { @@ -2431,7 +2431,7 @@ sub Print_Footer { } print "
\n" ."
\n" - ."BUGs can be reported by email to bugs\@mysql.com
\n" + ."BUGs can be reported at http://bugs.mysql.com/
\n" # ."Don't forget to mention the version $VERSION!
\n" ."
\n" ."\n"