partly fix bug #160911
authorFrancesco Riosa <vivo@gentoo.org>
Mon, 8 Jan 2007 20:38:58 +0000 (20:38 +0000)
committerFrancesco Riosa <vivo@gentoo.org>
Mon, 8 Jan 2007 20:38:58 +0000 (20:38 +0000)
eclass/mysql.eclass

index fe08eb12fbf873411c3dc13dee00f863fccca0b1..4075e482ca74e4a6d05f6de696f683d27558c888 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.65 2007/01/08 09:12:45 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.66 2007/01/08 20:38:58 vivo Exp $
 # kate: encoding utf-8; eol unix;
 # kate: indent-width 4; mixedindent off; remove-trailing-space on; space-indent off;
 # kate: word-wrap-column 80; word-wrap off;
@@ -801,7 +801,7 @@ mysql_pkg_postinst() {
        fi
 
        #einfo "you may want to read slotting upgrade documents in the overlay"
-       if useq "pbxt" && mysql_version_is_at_least "5.1" ; then
+       if mysql_version_is_at_least "5.1" && useq "pbxt" ; then
                # TODO tell it better ;-)
                elog "mysql> INSTALL PLUGIN pbxt SONAME 'libpbxt.so';"
                elog "CREATE TABLE t1 (c1 int, c2 text) ENGINE=pbxt;"