[koha-commits] main Koha release repository branch master updated. v19.05.00-1275-g5ebf75e

Git repo owner gitmaster at git.koha-community.org
Fri Nov 8 12:46:56 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  5ebf75ecd07f99b5d8bb56edc9b1758d262a30c1 (commit)
       via  0d2cc574d1c8ac00cebd91816277c75a461eef3b (commit)
      from  6f464191ffcca26d65c158c37f21216cee8aa227 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5ebf75ecd07f99b5d8bb56edc9b1758d262a30c1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 8 11:46:58 2019 +0100

    Bug 23997: Escape z3950servers.rank as it's a new MySQL 8 kw
    
    This patch will fix installation of Koha on MySQL 8
    DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rank, syntax, encoding,recordtype) VALUES
    ('lx2.loc.gov',210,'LCDB','','','LIBRA' at line 2 at /usr/share/perl5/DBIx/RunSQL.pm line 273.
    
    https://dev.mysql.com/doc/refman/8.0/en/keywords.html
    => RANK (R); added in 8.0.2 (reserved)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0d2cc574d1c8ac00cebd91816277c75a461eef3b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Nov 8 10:27:06 2019 +0000

    Bug 23995: Remove CHECK constraints from kohastructure
    
    MySQL8 and MariaDB10.3 impliment check constraints but utilise
    different, incompatible, syntaxes to do so.
    
    This patch removes the check constraints entirely whilst we work on a
    better solution to work around the incompatabilities of the two DBs.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 cataloguing/z3950_auth_search.pl                               |    2 +-
 installer/data/mysql/de-DE/optional/sample_z3950_servers.sql   |    2 +-
 installer/data/mysql/en/optional/sample_z3950_servers.sql      |    2 +-
 installer/data/mysql/es-ES/optional/sample_z3950_servers.sql   |    2 +-
 installer/data/mysql/fr-CA/facultatif/sample_z3950_servers.sql |    2 +-
 installer/data/mysql/kohastructure.sql                         |    4 +---
 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql        |    2 +-
 installer/data/mysql/pl-PL/optional/sample_z3950_servers.sql   |    2 +-
 8 files changed, 8 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list