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?

Reply via email to