<?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>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
</channel>
</rss>
