diff options
author | cmiller@zippy.cornsilk.net <> | 2007-04-27 16:45:01 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-04-27 16:45:01 -0400 |
commit | 71a0ecee6e2241f6f1fcf8216b37067b5ac0161b (patch) | |
tree | dc6a3a60b71e4a3cbaadb6dc739d736ab8014ac5 /support-files | |
parent | db6eab9bfad52911af5f5aa26c1dd107ad422079 (diff) | |
parent | 9dd7812fec682bc7494623f76338e099f0ffe578 (diff) | |
download | mariadb-git-71a0ecee6e2241f6f1fcf8216b37067b5ac0161b.tar.gz |
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-enterprise-formergecomm
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-unified02
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index f9770cf8058..cda0488576e 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -490,6 +490,11 @@ chmod -R og-rw $mysql_datadir/mysql # Allow mysqld_safe to start mysqld and print a message before we exit sleep 2 +#echo "Thank you for installing the MySQL Community Server! For Production +#systems, we recommend MySQL Enterprise, which contains enterprise-ready +#software, intelligent advisory services, and full production support with +#scheduled service packs and more. Visit www.mysql.com/enterprise for more +#information." %post ndb-storage mysql_clusterdir=/var/lib/mysql-cluster |