I have a test.testac table created by a test script from a previous install.
It is of type MyISAM, which does not support transactions. Did you alter
or create your testac table to be of type InnoDB, which does support
transactions? You can check with
SHOW CREATE TABLE testac;
or
SHOW TA
michael watson (IAH-C) wrote:
Hi
Not sure if I should be posting to the DBI list really, but I will try
this one too.
I'm running suse linux enterprise server 8.2, MySQL 4.0.15-standard-log,
DBI 1.32
I get the following error message:
DBD::mysql::db rollback failed: ROLLBACK failed at dbirollbackte