commit:     82a0db72eeae3825a0cf083ecc2ae13a4a83838e
Author:     Brian Evans <grknight <AT> lavabit <DOT> com>
AuthorDate: Tue Mar 11 02:03:07 2014 +0000
Commit:     Brian Evans <grknight <AT> lavabit <DOT> com>
CommitDate: Tue Mar 11 22:44:22 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=82a0db72

[eclass] Remove pbxt info section from multilib

---
 eclass/mysql-multilib.eclass | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index 5fd8a9f..52ea3e2 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -610,21 +610,6 @@ mysql-multilib_pkg_postinst() {
                elog "mysql_upgrade tool."
                einfo
        fi
-
-       if use_if_iuse pbxt ; then
-               elog "Note: PBXT is now statically built when enabled."
-               elog ""
-               elog "If, you previously installed as a plugin and "
-               elog "you cannot start the MySQL server,"
-               elog "remove the ${MY_DATADIR}/mysql/plugin.* files, then"
-               elog "use the MySQL upgrade script to restore the table"
-               elog "or execute the following SQL command:"
-               elog "    CREATE TABLE IF NOT EXISTS plugin ("
-               elog "      name char(64) binary DEFAULT '' NOT NULL,"
-               elog "      dl char(128) DEFAULT '' NOT NULL,"
-               elog "      PRIMARY KEY (name)"
-               elog "    ) CHARACTER SET utf8 COLLATE utf8_bin;"
-       fi
 }
 
 # @FUNCTION: mysql-multilib_getopt

Reply via email to