Skip to content

Commit 90b83a8

Browse files
committed
Merge mysql-5.5 --> mysql-5.6
2 parents 7f432bc + a5eccbc commit 90b83a8

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
@@ -838,7 +838,7 @@ if ( open(PIPE, "| $mysqld_install_cmd_line") )
838838
" cd mysql-test ; perl mysql-test-run.pl");
839839
}
840840
report($opt,
841-
"Please report any problems with the " . '@scriptdir@' . "/mysqlbug script!",
841+
"Please report any problems at http://bugs.mysql.com/",
842842
"",
843843
"The latest information about MySQL is available on the web at",
844844
"",
@@ -901,8 +901,9 @@ else
901901
"Please consult the MySQL manual section: 'Problems running mysql_install_db',",
902902
"and the manual section that describes problems on your OS.",
903903
"Another information source is the MySQL email archive.",
904-
"Please check all of the above before mailing us!",
905-
"And if you do mail us, you MUST use the " . '@scriptdir@' . "/mysqlbug script!")
904+
"",
905+
"Please check all of the above before submitting a bug report",
906+
"at http://bugs.mysql.com/")
906907
}
907908

908909
##############################################################################

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)