Commit afd24eb6 authored by Kent Boortz's avatar Kent Boortz

Bug#29716 : Bug#11746921 : MYSQL_INSTALL_DB REFERS TO THE (OBSOLETE) MYSQLBUG...

Bug#29716 : Bug#11746921 : MYSQL_INSTALL_DB REFERS TO THE (OBSOLETE) MYSQLBUG SCRIPT DURING INSTALLATION
Bug#68742 : Bug#16530527 : OBSOLETE BUGREPORT ADDRESSES

parent 44e4929f
...@@ -68,6 +68,5 @@ extension. For example: ...@@ -68,6 +68,5 @@ extension. For example:
that the bug is corrected in future releases. that the bug is corrected in future releases.
To submit your test case, put your .test file and .result file(s) into 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 a tar.gz or zip archive, create a bug report at http://bugs.mysql.com/
archive to ftp://support.mysql.com/pub/mysql/secret/ and send a mail and attach the archive to the bug report.
to bugs@lists.mysql.com
...@@ -537,7 +537,7 @@ if ( open(PIPE, "| $mysqld_install_cmd_line") ) ...@@ -537,7 +537,7 @@ if ( open(PIPE, "| $mysqld_install_cmd_line") )
" cd mysql-test ; perl mysql-test-run.pl"); " cd mysql-test ; perl mysql-test-run.pl");
} }
report($opt, 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", "The latest information about MySQL is available on the web at",
"", "",
...@@ -570,8 +570,9 @@ else ...@@ -570,8 +570,9 @@ else
"Please consult the MySQL manual section: 'Problems running mysql_install_db',", "Please consult the MySQL manual section: 'Problems running mysql_install_db',",
"and the manual section that describes problems on your OS.", "and the manual section that describes problems on your OS.",
"Another information source is the MySQL email archive.", "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/")
} }
############################################################################## ##############################################################################
......
...@@ -426,8 +426,8 @@ else ...@@ -426,8 +426,8 @@ else
echo "describes problems on your OS. Another information source are the" echo "describes problems on your OS. Another information source are the"
echo "MySQL email archives available at http://lists.mysql.com/." echo "MySQL email archives available at http://lists.mysql.com/."
echo echo
echo "Please check all of the above before mailing us! And remember, if" echo "Please check all of the above before submitting a bug report"
echo "you do mail us, you MUST use the $scriptdir/mysqlbug script!" echo "at http://bugs.mysql.com/"
echo echo
exit 1 exit 1
fi fi
...@@ -478,7 +478,7 @@ then ...@@ -478,7 +478,7 @@ then
fi fi
echo echo
echo "Please report any problems with the $scriptdir/mysqlbug script!" echo "Please report any problems at http://bugs.mysql.com/"
echo echo
fi fi
......
...@@ -2423,7 +2423,7 @@ sub Print_Header { ...@@ -2423,7 +2423,7 @@ sub Print_Header {
sub Print_Footer { sub Print_Footer {
if ($MySQLaccess::CMD) { #command-line mode if ($MySQLaccess::CMD) { #command-line mode
print "\n" 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::CGI) { #CGI-BIN mode
if ($MySQLaccess::Param{'brief'}) { if ($MySQLaccess::Param{'brief'}) {
...@@ -2431,7 +2431,7 @@ sub Print_Footer { ...@@ -2431,7 +2431,7 @@ sub Print_Footer {
} }
print "<HR>\n" print "<HR>\n"
."<ADDRESS>\n" ."<ADDRESS>\n"
."BUGs can be reported by email to <a href=mailto:bugs\@mysql.com>bugs\@mysql.com</a><BR>\n" ."BUGs can be reported at <a href=\"http://bugs.mysql.com/\">http://bugs.mysql.com/</a><BR>\n"
# ."Don't forget to mention the version $VERSION!<BR>\n" # ."Don't forget to mention the version $VERSION!<BR>\n"
."</ADDRESS>\n" ."</ADDRESS>\n"
."</BODY>\n" ."</BODY>\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment