<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Shailendra Singh</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/comment-page-1/#comment-794545</link>
		<dc:creator>Shailendra Singh</dc:creator>
		<pubDate>Wed, 19 Jan 2011 09:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-794545</guid>
		<description>./configure â€“with-plugins=innobase    it also works on mysql 5.1.40 as well
Thanks  ....</description>
		<content:encoded><![CDATA[<p>./configure â€“with-plugins=innobase    it also works on mysql 5.1.40 as well<br />
Thanks  &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suz</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/comment-page-1/#comment-785232</link>
		<dc:creator>Suz</dc:creator>
		<pubDate>Sat, 04 Dec 2010 02:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-785232</guid>
		<description>Phil, I love you!!  Why couldn&#039;t I have found this site 5 hours ago.  ./configure â€“with-plugins=innobase  works with 5.1.51</description>
		<content:encoded><![CDATA[<p>Phil, I love you!!  Why couldn&#8217;t I have found this site 5 hours ago.  ./configure â€“with-plugins=innobase  works with 5.1.51</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David McMurray</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/comment-page-1/#comment-769639</link>
		<dc:creator>David McMurray</dc:creator>
		<pubDate>Mon, 19 Jul 2010 19:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-769639</guid>
		<description>After reading the out of date documentation and trying --with-innodb, --with-plugin-innodb, etc. I trawled the configure script and found --with-plugins= and innobase / innodb_plugin. I assumed innodb_plugin, but I have no idea whether innobase is required, so I included that for good measure.

I agree it needs to be a big warning, especially since I&#039;ve spent 2 days on this so far and gone through several compilations.

Hopefully this is the last.</description>
		<content:encoded><![CDATA[<p>After reading the out of date documentation and trying &#8211;with-innodb, &#8211;with-plugin-innodb, etc. I trawled the configure script and found &#8211;with-plugins= and innobase / innodb_plugin. I assumed innodb_plugin, but I have no idea whether innobase is required, so I included that for good measure.</p>
<p>I agree it needs to be a big warning, especially since I&#8217;ve spent 2 days on this so far and gone through several compilations.</p>
<p>Hopefully this is the last.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bimal</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/comment-page-1/#comment-670240</link>
		<dc:creator>Bimal</dc:creator>
		<pubDate>Thu, 29 Oct 2009 12:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-670240</guid>
		<description>Normally, I backup the database, and restore it again, to flush off the old innodb logs - by this way, all my indices are recreated, and the overall system increases.

I do this once a month - talking around an hour of database performance management job.</description>
		<content:encoded><![CDATA[<p>Normally, I backup the database, and restore it again, to flush off the old innodb logs &#8211; by this way, all my indices are recreated, and the overall system increases.</p>
<p>I do this once a month &#8211; talking around an hour of database performance management job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bimal Poudel</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/comment-page-1/#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&#039;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-page-1/#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-page-1/#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&#039;s just that it&#039;s not the default.

create table test (id int) engine=blackhole;
ERROR 1289 (HY000): The &#039;BLACKHOLE&#039; feature is disabled; you need MySQL built with &#039;BLACKHOLE&#039; 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>
	<item>
		<title>By: Ryan</title>
		<link>http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/comment-page-1/#comment-806294</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 13 Sep 2007 07:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/09/13/innodb-in-self-compiled-mysql-51/#comment-806294</guid>
		<description>&lt;div class=&quot;item-body&quot;&gt;&lt;p&gt;Thanks Phil! You saved my bacon with the innobase tip.&lt;/p&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<div class="item-body">
<p>Thanks Phil! You saved my bacon with the innobase tip.</p>
<div class="clear"></div>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>

