Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Sep 2009 10:26:24 +0200
From:      Alex Dupre <ale@FreeBSD.org>
To:        "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/databases/mysql51-server Makefile distinfo pkg-plist
Message-ID:  <4AA4C3B0.7030307@FreeBSD.org>
In-Reply-To: <4AA16743.4010907@p6m7g8.com>
References:  <200909041337.n84DbEqg067951@repoman.freebsd.org> <4AA16743.4010907@p6m7g8.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AA4C3B0.7030307>