<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: InnoDB in self-compiled MySQL 5.1</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Tue, 02 Dec 2008 19:46:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Bimal Poudel</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-304178</link>
		<dc:creator>Bimal Poudel</dc:creator>
		<pubDate>Fri, 23 May 2008 10:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-304178</guid>
		<description>I have a very big innodb database on linux. I am now, doubtful, if its log/archives are causing some slow-ness in the database's performances. Since a cron script takes the full-database backup everyday, I now want to remove these archivals. How can I do this?</description>
		<content:encoded><![CDATA[<p>I have a very big innodb database on linux. I am now, doubtful, if its log/archives are causing some slow-ness in the database&#8217;s performances. Since a cron script takes the full-database backup everyday, I now want to remove these archivals. How can I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Hildebrand</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-177768</link>
		<dc:creator>Phil Hildebrand</dc:creator>
		<pubDate>Tue, 16 Oct 2007 21:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-177768</guid>
		<description>I messed with this forever, then finally looked at the config options, and sure enough, the ./configure expects innobase:

from:  http://www.innodb.com/support/tips


    On MySQL 5.1, ./configure expects a different parameter:

    $ ./configure --with-plugins=innobase</description>
		<content:encoded><![CDATA[<p>I messed with this forever, then finally looked at the config options, and sure enough, the ./configure expects innobase:</p>
<p>from:  <a href="http://www.innodb.com/support/tips" rel="nofollow">http://www.innodb.com/support/tips</a></p>
<p>    On MySQL 5.1, ./configure expects a different parameter:</p>
<p>    $ ./configure &#8211;with-plugins=innobase</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Tsachev</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-167104</link>
		<dc:creator>Martin Tsachev</dc:creator>
		<pubDate>Thu, 13 Sep 2007 13:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-167104</guid>
		<description>You can with sql_mode = NO_ENGINE_SUBSTITUTION. It's just that it's not the default.

create table test (id int) engine=blackhole;
ERROR 1289 (HY000): The 'BLACKHOLE' feature is disabled; you need MySQL built with 'BLACKHOLE' to have it working</description>
		<content:encoded><![CDATA[<p>You can with sql_mode = NO_ENGINE_SUBSTITUTION. It&#8217;s just that it&#8217;s not the default.</p>
<p>create table test (id int) engine=blackhole;<br />
ERROR 1289 (HY000): The &#8216;BLACKHOLE&#8217; feature is disabled; you need MySQL built with &#8216;BLACKHOLE&#8217; to have it working</p>
]]></content:encoded>
	</item>
</channel>
</rss>
