[MacPorts] #15134: Add Innodb plugin to mysql5-devel

MacPorts trac at macosforge.org
Sun May 4 07:40:02 PDT 2008


#15134: Add Innodb plugin to mysql5-devel
---------------------------------+------------------------------------------
  Reporter:  akira at macports.org  |       Owner:  jwa at macports.org 
      Type:  enhancement         |      Status:  new              
  Priority:  Normal              |   Milestone:  Port Enhancements
 Component:  ports               |     Version:  1.6.0            
Resolution:                      |    Keywords:  mysql innodb     
---------------------------------+------------------------------------------
Comment (by akira at 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


More information about the macports-tickets mailing list