[Koha-bugs] [Bug 20144] Test suite is failing with new default SQL modes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 6 20:13:38 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20144

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Test plan:
Edit /etc/mysql/my.cnf (or equivalent), and add the following line to the
mysqld block:
sql-mode =
"ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

Then restart mysql and execute the test suite.

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


More information about the Koha-bugs mailing list