summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-09-06 08:02:08 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-09-06 08:02:08 +0000
commit442457db828b0ec8571e01519792cb2b84d04d31 (patch)
tree0bfdc514c725c8c827de75dc23b0e6b88fdd861b /eclass
parentHonour Gentoo LDFLAGS. Closes bug #335953. (diff)
downloadgentoo-2-442457db828b0ec8571e01519792cb2b84d04d31.tar.gz
gentoo-2-442457db828b0ec8571e01519792cb2b84d04d31.tar.bz2
gentoo-2-442457db828b0ec8571e01519792cb2b84d04d31.zip
Bug #336075: Add warning about mysql_upgrade for some users.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index b7cad639cde2..7c785dda4bb3 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.150 2010/08/21 19:39:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.151 2010/09/06 08:02:08 robbat2 Exp $
# @ECLASS: mysql.eclass
# @MAINTAINER:
@@ -1177,6 +1177,11 @@ mysql_pkg_postinst() {
elog "\"emerge --config =${CATEGORY}/${PF}\""
elog "if this is a new install."
einfo
+
+ einfo
+ elog "If you are upgrading major versions, you should run the"
+ elog "mysql_upgrade tool."
+ einfo
fi
if pbxt_available && use pbxt ; then