[Koha-bugs] [Bug 21129] New ALTER IGNORE TABLE entries need correction in updatedatabase.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 27 21:04:14 CEST 2018


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

--- Comment #1 from Blou <philippe.blouin at inlibro.com> ---
Created attachment 77313
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77313&action=edit
Bug 21129: New ALTER IGNORE TABLE entries need correction in updatedatabase.pl

Bug 17234 made an effort to remove the ALTER IGNORE from updatedatabase.pl so
that it could work with Mysql 5.7.  But new entries have since been added to
it:

Bug 12395 - 18.06.00.005
Bug 19524 - 18.06.00.006
Bug 13560 - 18.06.00.008

This is corrected using column_exists to validate the existence of the new
columns before ALTER

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


More information about the Koha-bugs mailing list