diff options
author | Kent Boortz <kent.boortz@oracle.com> | 2013-12-14 13:05:36 +0100 |
---|---|---|
committer | Kent Boortz <kent.boortz@oracle.com> | 2013-12-14 13:05:36 +0100 |
commit | afd24eb63d0ad230f62f041fa6123f2ad9c7b5c5 (patch) | |
tree | 662298de7132350adf39fc25f196470e4927f965 /scripts/mysql_install_db.sh | |
parent | 44e4929f341eff8bd2cbe4ea47a59c097e9f484c (diff) | |
download | mariadb-git-afd24eb63d0ad230f62f041fa6123f2ad9c7b5c5.tar.gz |
Bug#29716 : Bug#11746921 : MYSQL_INSTALL_DB REFERS TO THE (OBSOLETE) MYSQLBUG SCRIPT DURING INSTALLATION
Bug#68742 : Bug#16530527 : OBSOLETE BUGREPORT ADDRESSES
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |