<?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: A Follow Up on the SQL Puzzle</title>
	<atom:link href="http://www.joinfu.com/2010/03/a-follow-up-on-the-sql-puzzle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joinfu.com/2010/03/a-follow-up-on-the-sql-puzzle/</link>
	<description>the art of sql</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:36:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PHP-help &#187; But I DO want MySQL to say “ERROR”!</title>
		<link>http://www.joinfu.com/2010/03/a-follow-up-on-the-sql-puzzle/comment-page-1/#comment-215303</link>
		<dc:creator>PHP-help &#187; But I DO want MySQL to say “ERROR”!</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=340#comment-215303</guid>
		<description>[...] Calling CREATE TEMPORARY TABLE? You get silent commit. [...]</description>
		<content:encoded><![CDATA[<p>[...] Calling CREATE TEMPORARY TABLE? You get silent commit. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jobin Augustine</title>
		<link>http://www.joinfu.com/2010/03/a-follow-up-on-the-sql-puzzle/comment-page-1/#comment-215301</link>
		<dc:creator>Jobin Augustine</dc:creator>
		<pubDate>Fri, 12 Mar 2010 10:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=340#comment-215301</guid>
		<description>Implicit commit before DDL is an evil not only crippling MySQL, Oracle also.
Its a nonsense. (i should be ashamed as a Oracle DBA).

But MS SQLServer takes care this...just now verified with my colleges SQLServer DBAs. but their implimentation of bit weired..putting a big lock... blocking everything ;)

if Drizzle can get rid of this its a big ++</description>
		<content:encoded><![CDATA[<p>Implicit commit before DDL is an evil not only crippling MySQL, Oracle also.<br />
Its a nonsense. (i should be ashamed as a Oracle DBA).</p>
<p>But MS SQLServer takes care this&#8230;just now verified with my colleges SQLServer DBAs. but their implimentation of bit weired..putting a big lock&#8230; blocking everything <img src='http://www.joinfu.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>if Drizzle can get rid of this its a big ++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Øystein Grøvlen</title>
		<link>http://www.joinfu.com/2010/03/a-follow-up-on-the-sql-puzzle/comment-page-1/#comment-215300</link>
		<dc:creator>Øystein Grøvlen</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=340#comment-215300</guid>
		<description>&quot;Instead, if the table in question does exist, CREATE TABLE IF NOT EXISTS ... SELECT behaves like an INSERT INTO ... SELECT statement.&quot;

Not quite, for INSERT INTO ... SELECT statements a mismatch on number of columns is not allowed, while for CREATE TABLE IF NOT EXISTS ... SELECT you have this peculiar behavior with rightmost columns that you cite from the manual.

I guess some people think consistency is overrated ...</description>
		<content:encoded><![CDATA[<p>&#8220;Instead, if the table in question does exist, CREATE TABLE IF NOT EXISTS &#8230; SELECT behaves like an INSERT INTO &#8230; SELECT statement.&#8221;</p>
<p>Not quite, for INSERT INTO &#8230; SELECT statements a mismatch on number of columns is not allowed, while for CREATE TABLE IF NOT EXISTS &#8230; SELECT you have this peculiar behavior with rightmost columns that you cite from the manual.</p>
<p>I guess some people think consistency is overrated &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: But I DO want MySQL to say &#8220;ERROR&#8221;! &#124; code.openark.org</title>
		<link>http://www.joinfu.com/2010/03/a-follow-up-on-the-sql-puzzle/comment-page-1/#comment-215298</link>
		<dc:creator>But I DO want MySQL to say &#8220;ERROR&#8221;! &#124; code.openark.org</dc:creator>
		<pubDate>Fri, 12 Mar 2010 04:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=340#comment-215298</guid>
		<description>[...] Calling CREATE TEMPORARY TABLE? You get silent commit. [...]</description>
		<content:encoded><![CDATA[<p>[...] Calling CREATE TEMPORARY TABLE? You get silent commit. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Laursen</title>
		<link>http://www.joinfu.com/2010/03/a-follow-up-on-the-sql-puzzle/comment-page-1/#comment-215297</link>
		<dc:creator>Peter Laursen</dc:creator>
		<pubDate>Fri, 12 Mar 2010 04:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.joinfu.com/?p=340#comment-215297</guid>
		<description>I think I posted almost the same here (with a view though - not temptable):
http://www.webyog.com/blog/2009/09/16/bug-or-not-a-bug-part-1/

Also I have not followed up on what the fix for bug47132 actually does.</description>
		<content:encoded><![CDATA[<p>I think I posted almost the same here (with a view though &#8211; not temptable):<br />
<a href="http://www.webyog.com/blog/2009/09/16/bug-or-not-a-bug-part-1/" rel="nofollow">http://www.webyog.com/blog/2009/09/16/bug-or-not-a-bug-part-1/</a></p>
<p>Also I have not followed up on what the fix for bug47132 actually does.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
