[Koha-bugs] [Bug 17234] ALTER IGNORE TABLE is invalid in mysql 5.7. This breaks updatedatabase.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 18 04:23:30 CEST 2016


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

--- Comment #15 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 55634
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55634&action=edit
Bug 17234: [DO NOT PUSH] Make 3.18.x install at least.

This patch hobbles past installing a 3.18.x on Ubuntu 16.04 LTS.
2 tweaks to kohastructure and ignoring the security warning about
the command line password makes it succeed enough for a DB structure
to attempt to upgrade to master.

TEST PLAN
---------
1) git checkout -b my_3.18.x origin/3.18.x
2) drop database koha_library; create database koha_library;
3) apply this hacky patch
4) web install
   -- libraries may need to be sudo apt-get install'd
      in order to get it to run.
5) hobble through
6) ignore the two errors on installed just the mandatory things.

7) git checkout -b bug_17234 origin/master
8) apply the patch to test
9) web install
10) ignore all the date barfing, because that is not what was
    fixed.
11) run koha qa test tools on this.

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


More information about the Koha-bugs mailing list