cvs commit: ports/databases/mysql51-server Makefile distinfo pkg-plist

Alex Dupre ale at FreeBSD.org
Mon Sep 7 08:53:07 UTC 2009


Philip M. Gollucci ha scritto:
> How about an innodb plugin options thats new !

Yes, I forgot to tell it in the commit message. MySQL 5.1.38 includes
the InnoDB Plugin 1.0.4 (beta).

   The InnoDB Plugin offers new features, improved performance
   and scalability, enhanced reliability and new capabilities
   for flexibility and ease of use. Among the features of the
   InnoDB Plugin are "Fast index creation," table and index
   compression, file format management, new INFORMATION_SCHEMA
   tables, capacity tuning, multiple background I/O threads, and
   group commit.

   For information about these features, see the InnoDB Plugin
   Manual at
   http://www.innodb.com/products/innodb_plugin/plugin-documentation

   To use the InnoDB Plugin, you must disable the built-in
   version of InnoDB that is also included and instruct the
   server to use InnoDB Plugin instead. To accomplish this, use
   the following lines in your my.cnf file:

     [mysqld]
     ignore-builtin-innodb
     plugin-load=innodb=ha_innodb_plugin.so

-- 
Alex Dupre


More information about the cvs-ports mailing list