Skip to content

Commit a5eccbc

Browse files
committed
Bug#29716 : Bug#11746921 : MYSQL_INSTALL_DB REFERS TO THE (OBSOLETE) MYSQLBUG SCRIPT DURING INSTALLATION
Bug#68742 : Bug#16530527 : OBSOLETE BUGREPORT ADDRESSES
1 parent d155874 commit a5eccbc

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

mysql-test/README

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ extension. For example:
6868
that the bug is corrected in future releases.
6969

7070
To submit your test case, put your .test file and .result file(s) into
71-
a tar.gz archive, add a README that explains the problem, ftp the
72-
archive to ftp://support.mysql.com/pub/mysql/secret/ and send a mail
73-
71+
a tar.gz or zip archive, create a bug report at http://bugs.mysql.com/
72+
and attach the archive to the bug report.

scripts/mysql_install_db.pl.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ if ( open(PIPE, "| $mysqld_install_cmd_line") )
537537
" cd mysql-test ; perl mysql-test-run.pl");
538538
}
539539
report($opt,
540-
"Please report any problems with the " . '@scriptdir@' . "/mysqlbug script!",
540+
"Please report any problems at http://bugs.mysql.com/",
541541
"",
542542
"The latest information about MySQL is available on the web at",
543543
"",
@@ -570,8 +570,9 @@ else
570570
"Please consult the MySQL manual section: 'Problems running mysql_install_db',",
571571
"and the manual section that describes problems on your OS.",
572572
"Another information source is the MySQL email archive.",
573-
"Please check all of the above before mailing us!",
574-
"And if you do mail us, you MUST use the " . '@scriptdir@' . "/mysqlbug script!")
573+
"",
574+
"Please check all of the above before submitting a bug report",
575+
"at http://bugs.mysql.com/")
575576
}
576577

577578
##############################################################################

scripts/mysql_install_db.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ else
426426
echo "describes problems on your OS. Another information source are the"
427427
echo "MySQL email archives available at http://lists.mysql.com/."
428428
echo
429-
echo "Please check all of the above before mailing us! And remember, if"
430-
echo "you do mail us, you MUST use the $scriptdir/mysqlbug script!"
429+
echo "Please check all of the above before submitting a bug report"
430+
echo "at http://bugs.mysql.com/"
431431
echo
432432
exit 1
433433
fi
@@ -478,7 +478,7 @@ then
478478
fi
479479

480480
echo
481-
echo "Please report any problems with the $scriptdir/mysqlbug script!"
481+
echo "Please report any problems at http://bugs.mysql.com/"
482482
echo
483483
fi
484484

scripts/mysqlaccess.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,15 +2423,15 @@ sub Print_Header {
24232423
sub Print_Footer {
24242424
if ($MySQLaccess::CMD) { #command-line mode
24252425
print "\n"
2426-
."BUGs can be reported by email to bugs\@mysql.com\n";
2426+
."BUGs can be reported at http://bugs.mysql.com/\n";
24272427
}
24282428
if ($MySQLaccess::CGI) { #CGI-BIN mode
24292429
if ($MySQLaccess::Param{'brief'}) {
24302430
print "</table>\n"; #close table in brief-output
24312431
}
24322432
print "<HR>\n"
24332433
."<ADDRESS>\n"
2434-
."BUGs can be reported by email to <a href=mailto:bugs\@mysql.com>bugs\@mysql.com</a><BR>\n"
2434+
."BUGs can be reported at <a href=\"http://bugs.mysql.com/\">http://bugs.mysql.com/</a><BR>\n"
24352435
# ."Don't forget to mention the version $VERSION!<BR>\n"
24362436
."</ADDRESS>\n"
24372437
."</BODY>\n"

0 commit comments

Comments
 (0)