HELP -> Non-Transaction Tables couldn't be rolled back
I am seeing the "non-transactional changed tables couldn't be rolled back" error... I found this resource, but it didn't solve my problem. http://www.mysql.com/doc/N/o/Non-transactional_tables.html I have MyISAM tables. They're not transaction safe and I know that. I don't WANT Zope to try rolling back transaction that fail, yet it is doing so anyway. Recently I had been working with BDB tables, which are transaction safe, but there were bugs that prevented me from continuing to use them. I have reverted back to the tried-and-true MyISAM tables but, since then, whenever a site error occurs, I cannot see the traceback of MY error because of the subsequent rollback error. What little lever do I pull in Zope to tell it to NOT issue a ROLLBACK within MySQL whenever an error occurs? ------------ Brian Withun Web Developer Hilgraeve, Inc. Monroe, Michigan 48161
participants (1)
-
Brian Withun