<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>InDatcom &#187; tips</title>
	<atom:link href="http://blog.indatcom.net/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.indatcom.net</link>
	<description>Integracion_Tecnologica</description>
	<lastBuildDate>Fri, 19 Aug 2011 20:27:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MySQL: Cant reopen table</title>
		<link>http://blog.indatcom.net/2008/08/20/mysql-cant-reopen-table/</link>
		<comments>http://blog.indatcom.net/2008/08/20/mysql-cant-reopen-table/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:37:58 +0000</pubDate>
		<dc:creator>h1pp1e</dc:creator>
				<category><![CDATA[Desarrollo Web]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.indatcom.net/?p=236</guid>
		<description><![CDATA[ERROR 1137 (HY000): Can&#8217;t reopen table: &#8216;tabla&#8217; Seguramente muchos como yo se han topado con este error de MySQL, al usar tablas temporales. Este es un pequeño tip para todos aquellos por los que han pasado por esto, estan en esto o aquellos que les puede ocurrir esto. Sucede que MySQL tiene una restriccion para [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ERROR 1137 (HY000): Can&#8217;t reopen table: &#8216;tabla&#8217;</strong><br />
Seguramente muchos como yo se han topado con este error de MySQL, al usar tablas temporales. Este es un pequeño tip para todos aquellos por los que han pasado por esto, estan en esto o aquellos que les puede ocurrir esto.<br />
Sucede que MySQL tiene una restriccion para el uso de tablas temporales que son las siugientes:</p>
<p>    * Las tablas temporales no pueden llamadas más de una vez en una sentencia.</p>
<p>    * Las tablas temporales no deben llevar algun &#8220;alias&#8221;.</p>
<p>Asi que recuerden cuando vean <strong>ERROR 1137 (HY000): Can&#8217;t reopen table: &#8216;tabla&#8217;</strong> no se asusten solo modifiquen sus queries.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.indatcom.net/2008/08/20/mysql-cant-reopen-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

