<?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: What constitutes an identifier for a table?</title>
	<atom:link href="http://www.flamingspork.com/blog/2008/12/04/what-constitutes-an-identifier-for-a-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flamingspork.com/blog/2008/12/04/what-constitutes-an-identifier-for-a-table/</link>
	<description>Ramblings which occasionally resemble reality. This is the blog of Stewart Smith.</description>
	<lastBuildDate>Mon, 15 Mar 2010 07:20:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dmitry Lenev</title>
		<link>http://www.flamingspork.com/blog/2008/12/04/what-constitutes-an-identifier-for-a-table/comment-page-1/#comment-89317</link>
		<dc:creator>Dmitry Lenev</dc:creator>
		<pubDate>Fri, 05 Dec 2008 06:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1285#comment-89317</guid>
		<description>BTW continuing topic of user-created temporary tables. Have you considered moving them to separate namespace in Drizzle? MySQL&#039;s current scheme with temporary tables shadowing base tables is painful implementation-wise and security-wise.</description>
		<content:encoded><![CDATA[<p>BTW continuing topic of user-created temporary tables. Have you considered moving them to separate namespace in Drizzle? MySQL&#8217;s current scheme with temporary tables shadowing base tables is painful implementation-wise and security-wise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.flamingspork.com/blog/2008/12/04/what-constitutes-an-identifier-for-a-table/comment-page-1/#comment-89309</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Thu, 04 Dec 2008 01:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1285#comment-89309</guid>
		<description>don&#039;t forget user-created temporary tables (&quot;CREATE TEMPORARY TABLE&quot;). you can create one with the same name as an existing non-temporary table.

even stranger, you can first create the temporary table, and then create the non-temporary table that you then can&#039;t see until you drop the temporary table or try from another session.</description>
		<content:encoded><![CDATA[<p>don&#8217;t forget user-created temporary tables (&#8220;CREATE TEMPORARY TABLE&#8221;). you can create one with the same name as an existing non-temporary table.</p>
<p>even stranger, you can first create the temporary table, and then create the non-temporary table that you then can&#8217;t see until you drop the temporary table or try from another session.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
