<?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: Mysql: USING BTREE &#8211; Error when dumping from 5.1 and importing to 5.0</title>
	<atom:link href="http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 03:45:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Martin</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-14342</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 03 Apr 2012 14:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-14342</guid>
		<description>indeed - works too
Thank you</description>
		<content:encoded><![CDATA[<p>indeed &#8211; works too<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skipper</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-13953</link>
		<dc:creator>Skipper</dc:creator>
		<pubDate>Mon, 27 Feb 2012 00:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-13953</guid>
		<description>Thanx a bunch! Solved my problem.</description>
		<content:encoded><![CDATA[<p>Thanx a bunch! Solved my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-13492</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Wed, 18 Jan 2012 22:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-13492</guid>
		<description>Open the .sql file with a text editor (Notepad++ could be usefull) and edit it.
It&#039;s just a plain text file.</description>
		<content:encoded><![CDATA[<p>Open the .sql file with a text editor (Notepad++ could be usefull) and edit it.<br />
It&#8217;s just a plain text file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-13452</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Sat, 14 Jan 2012 06:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-13452</guid>
		<description>hi Tom

Can u please let me know the steps as i a newbie in sql field. I&#039;m very grateful to you.

Regards</description>
		<content:encoded><![CDATA[<p>hi Tom</p>
<p>Can u please let me know the steps as i a newbie in sql field. I&#8217;m very grateful to you.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-13451</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Sat, 14 Jan 2012 06:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-13451</guid>
		<description>Hello all,

Can anybody explain the method to edit the query.</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>Can anybody explain the method to edit the query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-13421</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Tue, 10 Jan 2012 22:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-13421</guid>
		<description>thanks! you must be jesus!</description>
		<content:encoded><![CDATA[<p>thanks! you must be jesus!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcleroi</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-13104</link>
		<dc:creator>jcleroi</dc:creator>
		<pubDate>Fri, 23 Dec 2011 01:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-13104</guid>
		<description>Not really need to remove USING BTREE:

Expl:  KEY `idx_usergroup_nested_set_lookup`  (`lft`,`rgt`) USING BTREE 

becomes: KEY `idx_usergroup_nested_set_lookup` USING BTREE  (`lft`,`rgt`)</description>
		<content:encoded><![CDATA[<p>Not really need to remove USING BTREE:</p>
<p>Expl:  KEY `idx_usergroup_nested_set_lookup`  (`lft`,`rgt`) USING BTREE </p>
<p>becomes: KEY `idx_usergroup_nested_set_lookup` USING BTREE  (`lft`,`rgt`)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-9199</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Thu, 01 Sep 2011 11:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-9199</guid>
		<description>Thanks mate, that was easy!</description>
		<content:encoded><![CDATA[<p>Thanks mate, that was easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-8335</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 27 Jul 2011 12:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-8335</guid>
		<description>Thanks, really.</description>
		<content:encoded><![CDATA[<p>Thanks, really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff07</title>
		<link>http://prattski.com/2010/06/01/mysql-using-btree-error-when-dumping-from-5-1-and-importing-to-5-0/#comment-8029</link>
		<dc:creator>Jeff07</dc:creator>
		<pubDate>Wed, 13 Jul 2011 22:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=417#comment-8029</guid>
		<description>Worked for me.
thx!</description>
		<content:encoded><![CDATA[<p>Worked for me.<br />
thx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

