mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Bug#29716 : Bug#11746921 : MYSQL_INSTALL_DB REFERS TO THE (OBSOLETE) MYSQLBUG SCRIPT DURING INSTALLATION
Bug#68742 : Bug#16530527 : OBSOLETE BUGREPORT ADDRESSES
This commit is contained in:
parent
d155874d83
commit
a5eccbc33a
4 changed files with 11 additions and 11 deletions
|
|
@ -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 "<HR>\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"
|
||||
."</ADDRESS>\n"
|
||||
."</BODY>\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue