<?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 Data Type Q&amp;A</title>
	<atom:link href="http://themattreid.com/wordpress/2009/02/26/mysql-data-type-qa/feed/" rel="self" type="application/rss+xml" />
	<link>http://themattreid.com/wordpress/2009/02/26/mysql-data-type-qa/</link>
	<description>MySQL DBA &#124; Linux&#039;er</description>
	<lastBuildDate>Thu, 26 Apr 2012 16:12:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Salman</title>
		<link>http://themattreid.com/wordpress/2009/02/26/mysql-data-type-qa/comment-page-1/#comment-565</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Fri, 09 Mar 2012 20:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://themattreid.com/wordpress/?p=105#comment-565</guid>
		<description>mysql data type tinyint(2) here what means by 2 the range of tinyint is -128 to 127 or 0 to 255 but the fact is in tinyint(2) when we create table here 2 means what .. when i write tinyint(2) it also accept number with in the tinyint range and if i write like tinyint(1) or tinyint(4) it that also accept the range then here tinyint(2) what the 2 means..</description>
		<content:encoded><![CDATA[<p>mysql data type tinyint(2) here what means by 2 the range of tinyint is -128 to 127 or 0 to 255 but the fact is in tinyint(2) when we create table here 2 means what .. when i write tinyint(2) it also accept number with in the tinyint range and if i write like tinyint(1) or tinyint(4) it that also accept the range then here tinyint(2) what the 2 means..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://themattreid.com/wordpress/2009/02/26/mysql-data-type-qa/comment-page-1/#comment-67</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 26 Feb 2009 22:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://themattreid.com/wordpress/?p=105#comment-67</guid>
		<description>Don&#039;t you mean the VARCHAR(1) column should be replaced with a CHAR(1) instead of TINYTEXT ?

@stefan: agreed, I would personally use CHAR but I&#039;m trying to explain why in this case proc analyse() would suggest TINYTEXT instead of VARCHAR </description>
		<content:encoded><![CDATA[<p>Don&#8217;t you mean the VARCHAR(1) column should be replaced with a CHAR(1) instead of TINYTEXT ?</p>
<p>@stefan: agreed, I would personally use CHAR but I&#8217;m trying to explain why in this case proc analyse() would suggest TINYTEXT instead of VARCHAR </p>
]]></content:encoded>
	</item>
</channel>
</rss>

