<?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: But I DO want MySQL to say &quot;ERROR&quot;!</title>
	<atom:link href="http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/feed" rel="self" type="application/rss+xml" />
	<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error</link>
	<description>Blog by Shlomi Noach</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:47:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Those oversized, undersized variables defaults &#124; code.openark.org</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-14557</link>
		<dc:creator>Those oversized, undersized variables defaults &#124; code.openark.org</dc:creator>
		<pubDate>Wed, 09 Jun 2010 04:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-14557</guid>
		<description>[...] to solve otherwise difficult problems. And in most cases, 1024 was just too low, resulting in silent (Argh!) truncating of the result, thus returning incorrect results. It is interesting to learn that [...]</description>
		<content:encoded><![CDATA[<p>[...] to solve otherwise difficult problems. And in most cases, 1024 was just too low, resulting in silent (Argh!) truncating of the result, thus returning incorrect results. It is interesting to learn that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pythian Group: Log Buffer #183, a Carnival of the Vanities for DBAs &#124; Weez.com</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11652</link>
		<dc:creator>Pythian Group: Log Buffer #183, a Carnival of the Vanities for DBAs &#124; Weez.com</dc:creator>
		<pubDate>Sat, 20 Mar 2010 20:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11652</guid>
		<description>[...] Are you interested in MySQL Clustering? I am. Andew Morgan has a new post introducing a tutorial to Build MySQL Cluster 7.1 from source – including MySQL Cluster Connector for Java. With Alex Fatkulin maybe running into an as yet possibly, sort of , kinda non-discovered bug, it&#8217;s only fair we also get some vision into the dark side on the MySQL front. Shlomi Noach states But I DO want MySQL to say “ERROR”!. [...]</description>
		<content:encoded><![CDATA[<p>[...] Are you interested in MySQL Clustering? I am. Andew Morgan has a new post introducing a tutorial to Build MySQL Cluster 7.1 from source – including MySQL Cluster Connector for Java. With Alex Fatkulin maybe running into an as yet possibly, sort of , kinda non-discovered bug, it&#8217;s only fair we also get some vision into the dark side on the MySQL front. Shlomi Noach states But I DO want MySQL to say “ERROR”!. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #183, a Carnival of the Vanities for DBAs &#124; The Pythian Blog</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11636</link>
		<dc:creator>Log Buffer #183, a Carnival of the Vanities for DBAs &#124; The Pythian Blog</dc:creator>
		<pubDate>Fri, 19 Mar 2010 20:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11636</guid>
		<description>[...] Are you interested in MySQL Clustering? I am. Andew Morgan has a new post introducing a tutorial to Build MySQL Cluster 7.1 from source – including MySQL Cluster Connector for Java. With Alex Fatkulin maybe running into an as yet possibly, sort of , kinda non-discovered bug, it&#8217;s only fair we also get some vision into the dark side on the MySQL front. Shlomi Noach states But I DO want MySQL to say “ERROR”!. [...]</description>
		<content:encoded><![CDATA[<p>[...] Are you interested in MySQL Clustering? I am. Andew Morgan has a new post introducing a tutorial to Build MySQL Cluster 7.1 from source – including MySQL Cluster Connector for Java. With Alex Fatkulin maybe running into an as yet possibly, sort of , kinda non-discovered bug, it&#8217;s only fair we also get some vision into the dark side on the MySQL front. Shlomi Noach states But I DO want MySQL to say “ERROR”!. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11610</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11610</guid>
		<description>@Shatnanu

Weehee! Material for more posts!</description>
		<content:encoded><![CDATA[<p>@Shatnanu</p>
<p>Weehee! Material for more posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shatnanu Oak</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11568</link>
		<dc:creator>Shatnanu Oak</dc:creator>
		<pubDate>Wed, 17 Mar 2010 09:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11568</guid>
		<description>The worst thing about mysql is that there are times when it does not think it necessary to throw a warning (bug id: 43930).
For e.g.

mysql&gt; CREATE TABLE `table1` (`number` int(20) DEFAULT NULL) ENGINE=MyISAM;
Query OK, 0 rows affected (0.02 sec)

mysql&gt; insert into table1 values (&#039;19.54&#039;);
Query OK, 1 row affected (0.00 sec)

mysql&gt; select * from table1;
+--------+
&#124; number &#124;
+--------+
&#124;     20 &#124; 
+--------+
1 row in set (0.04 sec)

Or while MySQL starts even with Fatal Innodb errors? (bug id: 19027) There seems to be no way to log warnings on import. (bug id: 8684) You will need to write another post for the bugs (id: 29898) where DATE() function returns inconsistent results.</description>
		<content:encoded><![CDATA[<p>The worst thing about mysql is that there are times when it does not think it necessary to throw a warning (bug id: 43930).<br />
For e.g.</p>
<p>mysql&gt; CREATE TABLE `table1` (`number` int(20) DEFAULT NULL) ENGINE=MyISAM;<br />
Query OK, 0 rows affected (0.02 sec)</p>
<p>mysql&gt; insert into table1 values ('19.54');<br />
Query OK, 1 row affected (0.00 sec)</p>
<p>mysql&gt; select * from table1;<br />
+--------+<br />
| number |<br />
+--------+<br />
|     20 |<br />
+--------+<br />
1 row in set (0.04 sec)</p>
<p>Or while MySQL starts even with Fatal Innodb errors? (bug id: 19027) There seems to be no way to log warnings on import. (bug id: 8684) You will need to write another post for the bugs (id: 29898) where DATE() function returns inconsistent results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11434</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Sat, 13 Mar 2010 09:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11434</guid>
		<description>Ouch! Have just been trolled.
Since two days passed with no comment back from Gurjeet, I&#039;m editting his message to add a &quot;troll alert&quot; or something.</description>
		<content:encoded><![CDATA[<p>Ouch! Have just been trolled.<br />
Since two days passed with no comment back from Gurjeet, I'm editting his message to add a "troll alert" or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11432</link>
		<dc:creator>Roland Bouman</dc:creator>
		<pubDate>Sat, 13 Mar 2010 07:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11432</guid>
		<description>Feeding time is over trolls, let&#039;s get back on-topic.</description>
		<content:encoded><![CDATA[<p>Feeding time is over trolls, let's get back on-topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Karwin</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11429</link>
		<dc:creator>Bill Karwin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 04:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11429</guid>
		<description>@Gurjeet:  Are you the same Gurjeet Singh who works for EnterpriseDB -- the commercial vendor of PostgreSQL?  It would be good form to disclose that fact when you diss the competition.  :-)</description>
		<content:encoded><![CDATA[<p>@Gurjeet:  Are you the same Gurjeet Singh who works for EnterpriseDB -- the commercial vendor of PostgreSQL?  It would be good form to disclose that fact when you diss the competition.  <img src='http://code.openark.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11428</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Sat, 13 Mar 2010 04:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11428</guid>
		<description>@Gurjeet,

A bit far fetched in th context of this post. There are plenty of reasons to use MySQL, and very large companies run very popular products on MySQL, successfully. Seems like something&#039;s going right?

I think the web if full of database wars; but eventually, both MySQL and Postgresql (as example) are *good* database systems, and both have their pros and cons.
I think saying &quot;there&#039;s no reason to use MySQL, and PostgreSQL is far better&quot; is not too serious.</description>
		<content:encoded><![CDATA[<p>@Gurjeet,</p>
<p>A bit far fetched in th context of this post. There are plenty of reasons to use MySQL, and very large companies run very popular products on MySQL, successfully. Seems like something's going right?</p>
<p>I think the web if full of database wars; but eventually, both MySQL and Postgresql (as example) are *good* database systems, and both have their pros and cons.<br />
I think saying "there's no reason to use MySQL, and PostgreSQL is far better" is not too serious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gurjeet Singh</title>
		<link>http://code.openark.org/blog/mysql/but-i-do-want-mysql-to-say-error/comment-page-1#comment-11424</link>
		<dc:creator>Gurjeet Singh</dc:creator>
		<pubDate>Sat, 13 Mar 2010 00:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=2005#comment-11424</guid>
		<description>If you are serious about your data, use something mature than MySQL. I don&#039;t see a reason why one would run MySQL instead of a more SQL compliant DB. There are quite a few out there, but my personal favorite is Postgres.

&lt;strong&gt;Added by shlomi, two days later:&lt;/strong&gt;
Gurjeet, you are most welcome in this blog. I hope you find it interesting and would like you to visit often. However, this comment does take the form of troll-speech. Since you work at EnterpriseDB, you cannot be completely naive or innocent.
Let me know if you want this comment to be altogether removed.</description>
		<content:encoded><![CDATA[<p>If you are serious about your data, use something mature than MySQL. I don't see a reason why one would run MySQL instead of a more SQL compliant DB. There are quite a few out there, but my personal favorite is Postgres.</p>
<p><strong>Added by shlomi, two days later:</strong><br />
Gurjeet, you are most welcome in this blog. I hope you find it interesting and would like you to visit often. However, this comment does take the form of troll-speech. Since you work at EnterpriseDB, you cannot be completely naive or innocent.<br />
Let me know if you want this comment to be altogether removed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

