Bug #36073 | TEMPORARY TABLE not listed in INFORMATION_SCHEMA.TABLES | ||
---|---|---|---|
Submitted: | 14 Apr 2008 23:58 | Modified: | 25 Apr 2008 17:29 |
Reporter: | Ondra Zizka | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.0.51a, 5.0.58 | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
Tags: | temporary information_schema |
[14 Apr 2008 23:58]
Ondra Zizka
[15 Apr 2008 3:23]
Valeriy Kravchuk
Thank you for a bug report. SHOW TABLES should NOT show temporary tables (see http://dev.mysql.com/doc/refman/5.0/en/show-tables.html), but INFORMATION_SCHEMA.TABLES should containt temporary tables created by the user that send the query, it seems.
[17 Apr 2008 18:35]
Peter Gulutzan
This is a feature request and a duplicate of Bug#20001 Support for temp-tables in INFORMATION_SCHEMA
[17 Apr 2008 22:26]
Ondra Zizka
I noticed that bug report, but it seemed to concern something else. It faces as an feature request and says something about insert behavior. This bug report is dedicated only to TEMP TABLES in I_S. The synopsis of the other bug report is "support for ...", and since it has last comment from March 2007 and support for TEMPORARY TABLEs is mentioned in documentation, I thought that there was the support, but some bug introduced later has broken it. So if that's really the same bug, be it.
[17 Apr 2008 22:31]
Ondra Zizka
I dare to re-open the bug report and change its category to Documentation, and ask to add a notice to the MySQL manual that temporary tables are not supported in I_S (yet).
[18 Apr 2008 5:42]
Valeriy Kravchuk
Yes, documentation should describe current behaviour, not good intentions for the future.
[25 Apr 2008 17:29]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products. Updated INFORMATION_SCHEMA.TABLES description to indicate that it does not list TEMPORARY tables.