[MacPorts] #15134: Add Innodb plugin to mysql5-devel
#15134: Add Innodb plugin to mysql5-devel --------------------------------+------------------------------------------- Reporter: akira@macports.org | Owner: jwa@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Keywords: mysql innodb | --------------------------------+------------------------------------------- Innobase released the InnoDB Plugin on MySQL conference 2008. http://www.innodb.com/innodb_plugin/ Please integrate this into MacPorts's MySQL. (as a new port or a variant?) -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15134> MacPorts </projects/macports> Ports system for Mac OS
#15134: Add Innodb plugin to mysql5-devel ---------------------------------+------------------------------------------ Reporter: akira@macports.org | Owner: jwa@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: mysql innodb ---------------------------------+------------------------------------------ Comment (by ryandesign@macports.org): InnoDB support has of course been built into MySQL since MySQL 3.23. Looks like now they have an InnoDB plugin that can be used instead for more features. It's at version 1.0.0 but they also call it an "early adopter" release. We usually want ports for stable released versions only, but this may be an exception since it requires MySQL 5.1 which is also not yet released. Looks like it can't be a separate port; it must be a variant in the mysql5-devel port, since to compile it, you must replace a directory in the MySQL distribution and then compile MySQL. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15134#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#15134: Add Innodb plugin to mysql5-devel ---------------------------------+------------------------------------------ Reporter: akira@macports.org | Owner: jwa@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: mysql innodb ---------------------------------+------------------------------------------ Comment (by akira@macports.org): Added 'innodb_plugin' variant as ryan suggested. {{{ $ port variants mysql5-devel mysql5-devel has the variants: universal darwin_6 darwin_8 server: add a startup item innodb_plugin: Install the innodb plugin }}} it looks fine to me. {{{ mysql> show plugins; +---------------------+--------+--------------------+---------+---------+ | Name | Status | Type | Library | License | +---------------------+--------+--------------------+---------+---------+ | binlog | ACTIVE | STORAGE ENGINE | NULL | GPL | | partition | ACTIVE | STORAGE ENGINE | NULL | GPL | | ARCHIVE | ACTIVE | STORAGE ENGINE | NULL | GPL | | BLACKHOLE | ACTIVE | STORAGE ENGINE | NULL | GPL | | CSV | ACTIVE | STORAGE ENGINE | NULL | GPL | | FEDERATED | ACTIVE | STORAGE ENGINE | NULL | GPL | | MEMORY | ACTIVE | STORAGE ENGINE | NULL | GPL | | InnoDB | ACTIVE | STORAGE ENGINE | NULL | GPL | | INNODB_TRX | ACTIVE | INFORMATION SCHEMA | NULL | GPL | | INNODB_LOCKS | ACTIVE | INFORMATION SCHEMA | NULL | GPL | | INNODB_LOCK_WAITS | ACTIVE | INFORMATION SCHEMA | NULL | GPL | | INNODB_CMP | ACTIVE | INFORMATION SCHEMA | NULL | GPL | | INNODB_CMP_RESET | ACTIVE | INFORMATION SCHEMA | NULL | GPL | | INNODB_CMPMEM | ACTIVE | INFORMATION SCHEMA | NULL | GPL | | INNODB_CMPMEM_RESET | ACTIVE | INFORMATION SCHEMA | NULL | GPL | | MyISAM | ACTIVE | STORAGE ENGINE | NULL | GPL | | MRG_MYISAM | ACTIVE | STORAGE ENGINE | NULL | GPL | +---------------------+--------+--------------------+---------+---------+ 17 rows in set (0.01 sec) }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15134#comment:2> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts