| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.150 2010/08/21 19:39:52 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.151 2010/09/06 08:02:08 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql.eclass |
5 | # @ECLASS: mysql.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
7 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
| 8 | # Maintainers: MySQL Team <mysql-bugs@gentoo.org> |
8 | # Maintainers: MySQL Team <mysql-bugs@gentoo.org> |
| … | |
… | |
| 1175 | einfo |
1175 | einfo |
| 1176 | elog "You might want to run:" |
1176 | elog "You might want to run:" |
| 1177 | elog "\"emerge --config =${CATEGORY}/${PF}\"" |
1177 | elog "\"emerge --config =${CATEGORY}/${PF}\"" |
| 1178 | elog "if this is a new install." |
1178 | elog "if this is a new install." |
| 1179 | einfo |
1179 | einfo |
|
|
1180 | |
|
|
1181 | einfo |
|
|
1182 | elog "If you are upgrading major versions, you should run the" |
|
|
1183 | elog "mysql_upgrade tool." |
|
|
1184 | einfo |
| 1180 | fi |
1185 | fi |
| 1181 | |
1186 | |
| 1182 | if pbxt_available && use pbxt ; then |
1187 | if pbxt_available && use pbxt ; then |
| 1183 | # TODO: explain it better |
1188 | # TODO: explain it better |
| 1184 | elog " mysql> INSTALL PLUGIN pbxt SONAME 'libpbxt.so';" |
1189 | elog " mysql> INSTALL PLUGIN pbxt SONAME 'libpbxt.so';" |