Subject: | Change tests to use temporary tables |
I think it would be nice if the mysql tests would use, if possible, temporary tables. Temporary tables are supported since 3.23 and has the advantage that it gets automatically cleaned up if the connections drops, and it does not clobber existing tables.
Regards,
Slaven