--- "Frondoni, Giorgio"
<gior...@TransCore.com> wrote:
Thank you for your reply.
Let me see if I understood correctly.
1)If SHOW FULL COLUMNS works on temporary table for
MySQL v 4.0.20 I should probably open a bug for
version 5.0. Correct?
2)Could you be more specific with your workaround
example? Because it is not clear what you have done.
Whenever a temporary table is created (through the
program) the name of that program is stored by the
program. The name is stored in a list for temporary
tables attached to the database it is in. Whenever
the program pulls up a list of tables, by show tables
or DatabaseMetaData.getTables the program also
searches the temporary table list and displays those
found tables as well.
----------------------
Clayburn W. Juniel, III