# name : percona-support.patch # introduced : 11 or before # maintainer : Oleg # #!!! notice !!! # Any small change to this file in the main branch # should be done or reviewed by the maintainer! diff -ruN a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh --- a/scripts/mysql_install_db.sh 2009-08-08 09:20:07.000000000 +0000 +++ b/scripts/mysql_install_db.sh 2009-08-08 09:29:23.000000000 +0000 @@ -475,6 +475,9 @@ echo echo "Please report any problems with the $scriptdir/mysqlbug script!" echo + echo "Percona recommends that all production deployments be protected with a support" + echo "contract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime," + echo "be eligible for hot fixes, and boost your team's productivity." fi exit 0