[Koha-bugs] [Bug 14637] Add patron category fails with MySQL 5.6.26

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 24 19:13:58 CET 2016


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

Eric Bégin <eric.begin at inLibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.begin at inLibro.com

--- Comment #1 from Eric Bégin <eric.begin at inLibro.com> ---
I encounter this problem for a client that moved his Koha database on MySQL
5.6.

A temporary fix I did was to force the sql_mode to NO_ENGINE_SUBSTITUTION
(removing the STRICT_TRANS_TABLES) on the connection time.

I added the following line in Context.pm

$dbo->do("set SESSION sql_mode='NO_ENGINE_SUBSTITUTION'");

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


More information about the Koha-bugs mailing list