<?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: Temporary table subtleties in MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2006/03/26/temporary-table-subtleties-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/03/26/temporary-table-subtleties-in-mysql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/03/26/temporary-table-subtleties-in-mysql/#comment-151</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 05 Apr 2006 16:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=105#comment-151</guid>
		<description>&lt;p&gt;A couple more notes.  It&#039;s easy to mask a real table with a temp table like so: &lt;code&gt;create temporary table mydb.mytable like mydb.mytable;&lt;/code&gt;.  And a note on using temporary tables to mask real tables for testing; this can be handy, but it can also be dangerous.  If someone updates the code so it reads or writes from different tables, then doesn&#039;t update the test to mask those tables too, the test could end up accessing a mixture of temporary and real tables.  Depending on the situation, this might be even worse than testing on real tables alone.  It&#039;s just something to be aware of and careful about.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>A couple more notes.  It&#8217;s easy to mask a real table with a temp table like so: <code>create temporary table mydb.mytable like mydb.mytable;</code>.  And a note on using temporary tables to mask real tables for testing; this can be handy, but it can also be dangerous.  If someone updates the code so it reads or writes from different tables, then doesn&#8217;t update the test to mask those tables too, the test could end up accessing a mixture of temporary and real tables.  Depending on the situation, this might be even worse than testing on real tables alone.  It&#8217;s just something to be aware of and careful about.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

