<?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: XtraDB storage engine release 1.0.3-5</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/</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: Eyal</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/comment-page-1/#comment-614196</link>
		<dc:creator>Eyal</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=668#comment-614196</guid>
		<description>Hi,

Another question - Is this combination of mysql 5.1.34 redhat 5 with XtraDB 1.0.3-5 is GA ?
Are there known production installation using it in RH 64 bit ?

Thanks,
Eyal</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Another question &#8211; Is this combination of mysql 5.1.34 redhat 5 with XtraDB 1.0.3-5 is GA ?<br />
Are there known production installation using it in RH 64 bit ?</p>
<p>Thanks,<br />
Eyal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eyal Sorek</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/comment-page-1/#comment-614192</link>
		<dc:creator>Eyal Sorek</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=668#comment-614192</guid>
		<description>Hi,

I downloaded mysql 5.1.34 rpm&#039;s 64 bit for redhat 5 with XtraDB 1.0.3-5 and installed them and it work nice and smooth.
I tried to build from the source RPM equivalent 32bit RPM&#039;s and failed.
Are there any equivalent 32bit RPM&#039;s for Redhat 5 ?
Any other suggestions how to build with rpmbuild equivalent 32bit RPM&#039;s for Redhat 5 ?

Thanks,
Eyal Sorek</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I downloaded mysql 5.1.34 rpm&#8217;s 64 bit for redhat 5 with XtraDB 1.0.3-5 and installed them and it work nice and smooth.<br />
I tried to build from the source RPM equivalent 32bit RPM&#8217;s and failed.<br />
Are there any equivalent 32bit RPM&#8217;s for Redhat 5 ?<br />
Any other suggestions how to build with rpmbuild equivalent 32bit RPM&#8217;s for Redhat 5 ?</p>
<p>Thanks,<br />
Eyal Sorek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fuji</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/comment-page-1/#comment-593737</link>
		<dc:creator>Fuji</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=668#comment-593737</guid>
		<description>First of all - awesome work is being done here and have used this blog multiple times to optimize my servers. Thanks a lot guys

1) Do you happen to have comparisions of xtraDB vs MYISAM for read speeds?

2) For some reason I am having the darnest time getting documentation of XtraDB installtion etc. the launchpad sends me here and the wiki doesnt seem to have much</description>
		<content:encoded><![CDATA[<p>First of all &#8211; awesome work is being done here and have used this blog multiple times to optimize my servers. Thanks a lot guys</p>
<p>1) Do you happen to have comparisions of xtraDB vs MYISAM for read speeds?</p>
<p>2) For some reason I am having the darnest time getting documentation of XtraDB installtion etc. the launchpad sends me here and the wiki doesnt seem to have much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/comment-page-1/#comment-552379</link>
		<dc:creator>Jacques</dc:creator>
		<pubDate>Thu, 30 Apr 2009 04:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=668#comment-552379</guid>
		<description>BTW, as far as I can tell syslog logging is broken in 5.1.34 (upstream); because of changes in the my_which function in the mysqld_safe driver script.  Not very happy with upstream&#039;s QA in this case...

Anyway, revert this:

http://bazaar.launchpad.net/~mysql/mysql-server/mysql-5.1/revision/2806.38.2

or quick fix:

/usr/bin/mysqld_safe

change line 70 to:

for dir in $PATH

instead of

for dir in &quot;$PATH&quot;</description>
		<content:encoded><![CDATA[<p>BTW, as far as I can tell syslog logging is broken in 5.1.34 (upstream); because of changes in the my_which function in the mysqld_safe driver script.  Not very happy with upstream&#8217;s QA in this case&#8230;</p>
<p>Anyway, revert this:</p>
<p><a href="http://bazaar.launchpad.net/~mysql/mysql-server/mysql-5.1/revision/2806.38.2" rel="nofollow">http://bazaar.launchpad.net/~mysql/mysql-server/mysql-5.1/revision/2806.38.2</a></p>
<p>or quick fix:</p>
<p>/usr/bin/mysqld_safe</p>
<p>change line 70 to:</p>
<p>for dir in $PATH</p>
<p>instead of</p>
<p>for dir in &#8220;$PATH&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/comment-page-1/#comment-551313</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Tue, 28 Apr 2009 17:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=668#comment-551313</guid>
		<description>Didier,

Yes, we keep in version the version of InnoDB-plugin it was derived from.</description>
		<content:encoded><![CDATA[<p>Didier,</p>
<p>Yes, we keep in version the version of InnoDB-plugin it was derived from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/comment-page-1/#comment-551312</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Tue, 28 Apr 2009 17:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=668#comment-551312</guid>
		<description>Mark,

XtraDB is derived from InnoDB-plugin</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>XtraDB is derived from InnoDB-plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier Spezia</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/comment-page-1/#comment-551303</link>
		<dc:creator>Didier Spezia</dc:creator>
		<pubDate>Tue, 28 Apr 2009 16:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=668#comment-551303</guid>
		<description>If I understand correctly the versioning scheme, XtraDB X.Y.Z-n is derived from InnoDB plugin X.Y.Z.</description>
		<content:encoded><![CDATA[<p>If I understand correctly the versioning scheme, XtraDB X.Y.Z-n is derived from InnoDB plugin X.Y.Z.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.mysqlperformanceblog.com/2009/04/28/xtradb-storage-engine-release-103-5/comment-page-1/#comment-551291</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Tue, 28 Apr 2009 15:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=668#comment-551291</guid>
		<description>Percona rocks! I am thrilled that you switched to the Google rw-lock patch because that is in the InnoDB plugin and you can add value elsewhere. Is XtraDB derived from the InnoDB plugin?</description>
		<content:encoded><![CDATA[<p>Percona rocks! I am thrilled that you switched to the Google rw-lock patch because that is in the InnoDB plugin and you can add value elsewhere. Is XtraDB derived from the InnoDB plugin?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
