<?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"
	>
<channel>
	<title>Comments on: MySQL int(11) and int(3) store the same values.</title>
	<atom:link href="http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/</link>
	<description>You will probably want some waders, a pick axe, and one of those hats with a light on it before you go in here.</description>
	<pubDate>Tue, 06 Jan 2009 08:51:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: doucol</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-212359</link>
		<dc:creator>doucol</dc:creator>
		<pubDate>Mon, 05 Jan 2009 19:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-212359</guid>
		<description>Perfect, simple and concise blog article.  thanks much</description>
		<content:encoded><![CDATA[<p>Perfect, simple and concise blog article.  thanks much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bergen</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-202832</link>
		<dc:creator>Eric Bergen</dc:creator>
		<pubDate>Thu, 11 Dec 2008 05:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-202832</guid>
		<description>Correct, if you don't specify zerofill it doesn't matter.</description>
		<content:encoded><![CDATA[<p>Correct, if you don&#8217;t specify zerofill it doesn&#8217;t matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noel</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-202454</link>
		<dc:creator>noel</dc:creator>
		<pubDate>Tue, 09 Dec 2008 09:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-202454</guid>
		<description>Hi,

So if there is no zerofill it doesnt make a difference?

If you have int(3) with 10000 it is still 10000, but there are no leading zeroes with zerofill?

Thx Noel</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>So if there is no zerofill it doesnt make a difference?</p>
<p>If you have int(3) with 10000 it is still 10000, but there are no leading zeroes with zerofill?</p>
<p>Thx Noel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laalesh</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-182177</link>
		<dc:creator>laalesh</dc:creator>
		<pubDate>Fri, 03 Oct 2008 10:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-182177</guid>
		<description>it would be better if you would had privided an example on signed and unsigned.</description>
		<content:encoded><![CDATA[<p>it would be better if you would had privided an example on signed and unsigned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I limiti di Joomla, la curiosità del giorno</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-171050</link>
		<dc:creator>I limiti di Joomla, la curiosità del giorno</dc:creator>
		<pubDate>Thu, 28 Aug 2008 17:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-171050</guid>
		<description>[...] caro Peter è sfuggito un piccolo dettaglio, infatti come spiega Eric Bergen, i valori memorizzabili in un campo di questo tipo sono da -2,147,483,648 a [...]</description>
		<content:encoded><![CDATA[<p>[...] caro Peter è sfuggito un piccolo dettaglio, infatti come spiega Eric Bergen, i valori memorizzabili in un campo di questo tipo sono da -2,147,483,648 a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-159057</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 29 Jul 2008 06:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-159057</guid>
		<description>Just pointing out the following (perhaps obvious) detail: 

The query time increased with more "padding" and decreased with less.</description>
		<content:encoded><![CDATA[<p>Just pointing out the following (perhaps obvious) detail: </p>
<p>The query time increased with more &#8220;padding&#8221; and decreased with less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-156496</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Tue, 22 Jul 2008 18:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-156496</guid>
		<description>Was a bit confused about the value between parentheses. Cleared up now!</description>
		<content:encoded><![CDATA[<p>Was a bit confused about the value between parentheses. Cleared up now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayurika Bhatt</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-145520</link>
		<dc:creator>Mayurika Bhatt</dc:creator>
		<pubDate>Tue, 24 Jun 2008 05:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-145520</guid>
		<description>Great. I was looking for the same info. I was wondering if I could find an answer to this question. Thanks</description>
		<content:encoded><![CDATA[<p>Great. I was looking for the same info. I was wondering if I could find an answer to this question. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bergen</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-140413</link>
		<dc:creator>Eric Bergen</dc:creator>
		<pubDate>Sun, 08 Jun 2008 21:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-140413</guid>
		<description>It depends on the comparison. If you compare them as integers then it's the same. If you compare them as strings they aren't.</description>
		<content:encoded><![CDATA[<p>It depends on the comparison. If you compare them as integers then it&#8217;s the same. If you compare them as strings they aren&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shelley</title>
		<link>http://ebergen.net/wordpress/2005/07/29/mysql-int11-and-int3-store-the-same-values/#comment-139734</link>
		<dc:creator>shelley</dc:creator>
		<pubDate>Fri, 06 Jun 2008 20:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=67#comment-139734</guid>
		<description>In the previous sample with int(11) and int(3) with an initial value of 10, what comparison these two values should yield?  ie Are the values the same or different in a where clause?</description>
		<content:encoded><![CDATA[<p>In the previous sample with int(11) and int(3) with an initial value of 10, what comparison these two values should yield?  ie Are the values the same or different in a where clause?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
