diff options
author | cmiller@zippy.cornsilk.net <> | 2007-04-26 11:51:37 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-04-26 11:51:37 -0400 |
commit | c9cbc1e7f3e2b092b4ceee1a053f98bb167e9030 (patch) | |
tree | eb53ce8e1bbaa9420298b4d71fd9100db7d63374 /support-files | |
parent | 75c31f6bb9d257e3b3d19e9f4798f08af1df1158 (diff) | |
parent | bbd8b850cd61b1326849c45153a2a0c694cb12b1 (diff) | |
download | mariadb-git-c9cbc1e7f3e2b092b4ceee1a053f98bb167e9030.tar.gz |
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 54e2a6adba6..accf0f1d201 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -481,6 +481,12 @@ chmod -R og-rw $mysql_datadir/mysql # Allow safe_mysqld 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 |