<?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: SHOW TEMPORARY TABLES</title>
	<atom:link href="http://venublog.com/2010/02/03/show-temporary-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://venublog.com/2010/02/03/show-temporary-tables/</link>
	<description>Everything In Life Is Random! (Personal and Work)</description>
	<lastBuildDate>Fri, 03 Sep 2010 17:25:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Venu Anuganti</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-10516</link>
		<dc:creator>Venu Anuganti</dc:creator>
		<pubDate>Fri, 27 Aug 2010 05:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-10516</guid>
		<description>localhost:venu&gt; select * from information_schema.global_temporary_tables;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
&#124; SESSION_ID &#124; TABLE_SCHEMA &#124; TABLE_NAME &#124; ENGINE &#124; NAME         &#124; TABLE_ROWS &#124; AVG_ROW_LENGTH &#124; DATA_LENGTH &#124; INDEX_LENGTH &#124; CREATE_TIME         &#124; UPDATE_TIME         &#124;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
&#124;          2 &#124; venu         &#124; temp2      &#124; MyISAM &#124; #sql1d14_2_0 &#124;          1 &#124;              7 &#124;           7 &#124;         1024 &#124; 2010-08-26 21:34:26 &#124; 2010-08-26 21:34:36 &#124;
&#124;          1 &#124; test         &#124; temp1      &#124; MyISAM &#124; #sql1d14_1_0 &#124;          2 &#124;              7 &#124;          14 &#124;         1024 &#124; 2010-08-26 21:33:57 &#124; 2010-08-26 21:34:05 &#124;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
2 rows in set (0.00 sec)

localhost:venu&gt; select * from information_schema.temporary_tables;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
&#124; SESSION_ID &#124; TABLE_SCHEMA &#124; TABLE_NAME &#124; ENGINE &#124; NAME         &#124; TABLE_ROWS &#124; AVG_ROW_LENGTH &#124; DATA_LENGTH &#124; INDEX_LENGTH &#124; CREATE_TIME         &#124; UPDATE_TIME         &#124;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
&#124;          2 &#124; venu         &#124; temp2      &#124; MyISAM &#124; #sql1d14_2_0 &#124;          1 &#124;              7 &#124;           7 &#124;         1024 &#124; 2010-08-26 21:34:26 &#124; 2010-08-26 21:34:36 &#124;
&#124;          1 &#124; test         &#124; temp1      &#124; MyISAM &#124; #sql1d14_1_0 &#124;          2 &#124;              7 &#124;          14 &#124;         1024 &#124; 2010-08-26 21:33:57 &#124; 2010-08-26 21:34:05 &#124;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
2 rows in set (0.00 sec)</description>
		<content:encoded><![CDATA[<p>localhost:venu> select * from information_schema.global_temporary_tables;<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| SESSION_ID | TABLE_SCHEMA | TABLE_NAME | ENGINE | NAME         | TABLE_ROWS | AVG_ROW_LENGTH | DATA_LENGTH | INDEX_LENGTH | CREATE_TIME         | UPDATE_TIME         |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
|          2 | venu         | temp2      | MyISAM | #sql1d14_2_0 |          1 |              7 |           7 |         1024 | 2010-08-26 21:34:26 | 2010-08-26 21:34:36 |<br />
|          1 | test         | temp1      | MyISAM | #sql1d14_1_0 |          2 |              7 |          14 |         1024 | 2010-08-26 21:33:57 | 2010-08-26 21:34:05 |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
2 rows in set (0.00 sec)</p>
<p>localhost:venu> select * from information_schema.temporary_tables;<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| SESSION_ID | TABLE_SCHEMA | TABLE_NAME | ENGINE | NAME         | TABLE_ROWS | AVG_ROW_LENGTH | DATA_LENGTH | INDEX_LENGTH | CREATE_TIME         | UPDATE_TIME         |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
|          2 | venu         | temp2      | MyISAM | #sql1d14_2_0 |          1 |              7 |           7 |         1024 | 2010-08-26 21:34:26 | 2010-08-26 21:34:36 |<br />
|          1 | test         | temp1      | MyISAM | #sql1d14_1_0 |          2 |              7 |          14 |         1024 | 2010-08-26 21:33:57 | 2010-08-26 21:34:05 |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
2 rows in set (0.00 sec)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: limohao</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-10515</link>
		<dc:creator>limohao</dc:creator>
		<pubDate>Thu, 26 Aug 2010 01:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-10515</guid>
		<description>I use xtradb 11.2
SELECT * FROM GLOBAL_TEMPORARY_TABLES G;
and 
SELECT * FROM TEMPORARY_TABLES T;

having not data 

how too setting?

ths</description>
		<content:encoded><![CDATA[<p>I use xtradb 11.2<br />
SELECT * FROM GLOBAL_TEMPORARY_TABLES G;<br />
and<br />
SELECT * FROM TEMPORARY_TABLES T;</p>
<p>having not data </p>
<p>how too setting?</p>
<p>ths</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percona-XtraDB-9.1: released and new coming features &#124; Weez.com</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9661</link>
		<dc:creator>Percona-XtraDB-9.1: released and new coming features &#124; Weez.com</dc:creator>
		<pubDate>Thu, 18 Mar 2010 05:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9661</guid>
		<description>[...] SHOW TEMPORARY FILES, patch from Venu Anuganti [...]</description>
		<content:encoded><![CDATA[<p>[...] SHOW TEMPORARY FILES, patch from Venu Anuganti [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu Anuganti Blog &#187; When indexes are created in internal temporary tables</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9629</link>
		<dc:creator>Venu Anuganti Blog &#187; When indexes are created in internal temporary tables</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9629</guid>
		<description>[...] meant for desmonstration of different internal keys ]. This is a patch that I might be using for SHOW TEMPORARY TABLES when internal tables are included in the second version. The first version of the patch is already [...]</description>
		<content:encoded><![CDATA[<p>[...] meant for desmonstration of different internal keys ]. This is a patch that I might be using for SHOW TEMPORARY TABLES when internal tables are included in the second version. The first version of the patch is already [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 11 MySQL resources you must read!</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9562</link>
		<dc:creator>11 MySQL resources you must read!</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9562</guid>
		<description>[...] SHOW TEMPORARY TABLES I had this patch for a while where one can get listing of both session and global temporary tables across all sessions. It really helped lot of times to understand the bottlenecks of some of the temporary table issues as MySQL never exposed them in the form of SHOW TABLES. [...]</description>
		<content:encoded><![CDATA[<p>[...] SHOW TEMPORARY TABLES I had this patch for a while where one can get listing of both session and global temporary tables across all sessions. It really helped lot of times to understand the bottlenecks of some of the temporary table issues as MySQL never exposed them in the form of SHOW TABLES. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VadimTk</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9525</link>
		<dc:creator>VadimTk</dc:creator>
		<pubDate>Sat, 06 Feb 2010 03:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9525</guid>
		<description>Venu,

If you can add table_size, we are ready to include it into percona builds.</description>
		<content:encoded><![CDATA[<p>Venu,</p>
<p>If you can add table_size, we are ready to include it into percona builds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Willits</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9522</link>
		<dc:creator>Bill Willits</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9522</guid>
		<description>That&#039;s a nice enhancement.  Good job!  Count me in for the table_size.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a nice enhancement.  Good job!  Count me in for the table_size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu Anuganti</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9503</link>
		<dc:creator>Venu Anuganti</dc:creator>
		<pubDate>Thu, 04 Feb 2010 02:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9503</guid>
		<description>Yes, thanks Arjen. It will be sent to Maria as I have a SCA with them only :)</description>
		<content:encoded><![CDATA[<p>Yes, thanks Arjen. It will be sent to Maria as I have a SCA with them only <img src='http://venublog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
