[Koha-bugs] [Bug 17320] MySQL 5.7 doesn't work well with SQL using '0000-00-00'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 25 02:07:44 CEST 2016


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

--- Comment #9 from M. Tompsett <mtompset at hotmail.com> ---
TEST PLAN
---------
On an Ubuntu 16.04 LTS git install:
git checkout -b bug_17320 origin/3.20.x
git bz apply 17320
i
-- apply the DO NOT PUSH
-- in a MySQL client drop and recreate your koha_library DB
-- run a web install and select all data (just 3 issues for Marc21, but not
really the point of this patch)
git reset --hard origin/master
./installer/data/mysql/updatedatabase.pl
-- there will be 0000-00-00 messages in the upgrade output.
git reset --hard origin/3.20.x
git bz apply 17320
i
-- apply the DO NOT PUSH
-- in a MySQL client drop and recreate your koha_library DB
-- run a web install and select all data (just 3 issues for Marc21, but not
really the point of this patch)
git reset --hard origin/master
git bz apply 17320
i
apply the 0000-00-00 fix patch
./installer/data/mysql/updatedatabase.pl
-- there will be NO 0000-00-00 messages in the upgrade output.

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


More information about the Koha-bugs mailing list