Bug #15235 show index from temporary table don't work
Submitted: 24 Nov 2005 17:04 Modified: 24 Nov 2005 17:07
Reporter: Roberto Spadim (Basic Quality Contributor) Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.15 OS:Linux (linux)
Assigned to: CPU Architecture:Any

[24 Nov 2005 17:04] Roberto Spadim
Description:
create temporary table teste from user;
show index from teste;
>Table 'mysql.teste' doesn't exist

How to repeat:
create temporary table teste from user;
show index from teste;
>Table 'mysql.teste' doesn't exist

Suggested fix:
????
[24 Nov 2005 17:07] MySQL Verification Team
Thank you for the bug report. Duplicate of:

http://bugs.mysql.com/bug.php?id=15224