<?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: Making use of procedure analyse()</title>
	<atom:link href="http://fernandoipar.com/2009/04/18/making-use-of-procedure-analyse/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernandoipar.com/2009/04/18/making-use-of-procedure-analyse/</link>
	<description>I love mankind! Its people I can&#039;t stand!</description>
	<lastBuildDate>Wed, 27 Jan 2010 19:05:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: fernando</title>
		<link>http://fernandoipar.com/2009/04/18/making-use-of-procedure-analyse/comment-page-1/#comment-45</link>
		<dc:creator>fernando</dc:creator>
		<pubDate>Sun, 19 Apr 2009 04:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=155#comment-45</guid>
		<description>Thanks for all the comments!

@Arjen: I&#039;ll add these limits to my todo. I followed your link and couldn&#039;t help to laugh at the first reply you got. It&#039;s no wonder there are so many MySQL forks out there.</description>
		<content:encoded><![CDATA[<p>Thanks for all the comments!</p>
<p>@Arjen: I&#8217;ll add these limits to my todo. I followed your link and couldn&#8217;t help to laugh at the first reply you got. It&#8217;s no wonder there are so many MySQL forks out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomi Noach</title>
		<link>http://fernandoipar.com/2009/04/18/making-use-of-procedure-analyse/comment-page-1/#comment-44</link>
		<dc:creator>Shlomi Noach</dc:creator>
		<pubDate>Sun, 19 Apr 2009 03:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=155#comment-44</guid>
		<description>Well done!</description>
		<content:encoded><![CDATA[<p>Well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Lentz</title>
		<link>http://fernandoipar.com/2009/04/18/making-use-of-procedure-analyse/comment-page-1/#comment-43</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Sat, 18 Apr 2009 22:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=155#comment-43</guid>
		<description>Run ANALYSE(10,100) rather than without params. This sets the max# of ENUM items to 10 and a total of 100 bytes in the ENUM list.
In short, it gets rid of the nonsensical default of trying to stick everything in an enum.

See http://bugs.mysql.com/2049</description>
		<content:encoded><![CDATA[<p>Run ANALYSE(10,100) rather than without params. This sets the max# of ENUM items to 10 and a total of 100 bytes in the ENUM list.<br />
In short, it gets rid of the nonsensical default of trying to stick everything in an enum.</p>
<p>See <a href="http://bugs.mysql.com/2049" rel="nofollow">http://bugs.mysql.com/2049</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://fernandoipar.com/2009/04/18/making-use-of-procedure-analyse/comment-page-1/#comment-42</link>
		<dc:creator>Roland Bouman</dc:creator>
		<pubDate>Sat, 18 Apr 2009 22:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://fernandoipar.com/?p=155#comment-42</guid>
		<description>Awesome! I never realized you could grab the output of a PROCEDURE ANALYSE() like that.

Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome! I never realized you could grab the output of a PROCEDURE ANALYSE() like that.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
