]> git.pld-linux.org Git - packages/mysql.git/blob - percona_support.patch
9ec3a53224bf5fe2dd5b4313d615ff16ef92108a
[packages/mysql.git] / percona_support.patch
1 # name       : percona-support.patch
2 # introduced : 11 or before
3 # maintainer : Oleg
4 #
5 #!!! notice !!!
6 # Any small change to this file in the main branch
7 # should be done or reviewed by the maintainer!
8 diff -ruN a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
9 --- a/scripts/mysql_install_db.sh       2009-08-08 09:20:07.000000000 +0000
10 +++ b/scripts/mysql_install_db.sh       2009-08-08 09:29:23.000000000 +0000
11 @@ -475,6 +475,9 @@
12    echo
13    echo "Please report any problems with the $scriptdir/mysqlbug script!"
14    echo
15 +  echo "Percona recommends that all production deployments be protected with a support"
16 +  echo "contract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,"
17 +  echo "be eligible for hot fixes, and boost your team's productivity."
18  fi
19  
20  exit 0
This page took 0.024294 seconds and 2 git commands to generate.