diff options
author | Brian Evans <grknight@lavabit.com> | 2014-03-10 22:03:07 -0400 |
---|---|---|
committer | Brian Evans <grknight@lavabit.com> | 2014-03-11 18:44:22 -0400 |
commit | 82a0db72eeae3825a0cf083ecc2ae13a4a83838e (patch) | |
tree | 4718fbc5a9693640775dc89d1e3d4abc3e9272da | |
parent | [eclass] Dep cleanup to prevent issues with autotools builds (diff) | |
download | mysql-82a0db72eeae3825a0cf083ecc2ae13a4a83838e.tar.gz mysql-82a0db72eeae3825a0cf083ecc2ae13a4a83838e.tar.bz2 mysql-82a0db72eeae3825a0cf083ecc2ae13a4a83838e.zip |
[eclass] Remove pbxt info section from multilib
-rw-r--r-- | eclass/mysql-multilib.eclass | 15 |
1 files changed, 0 insertions, 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 |