If I'm using persistent database connections to MySQL with Apache::DBI, what happens to temporary tables at the end of a request? Will PerlCleanupHandler automatically delete the temporary tables for me, or do I have to do that myself?
- Re: CREATE TEMPORARY TABLE in MySQL? Philip Mak
- Re: CREATE TEMPORARY TABLE in MySQL? Paul DuBois
