[Koha-bugs] [Bug 11136] action_logs should be a MyISAM table, not InnoDB

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 16 13:28:31 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11136

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #7 from Jonathan Druart <jonathan.druart at biblibre.com> ---
I disagree with this patch for 1 reason: the MyISAM engine does not support
transactions.
So when unit tests are launched, the action_logs table will be filled even if
the queries are executed into a transaction.
I am not sure it is blocker but I have to note this problem.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list