]> git.koha-community.org Git - koha.git/commit
Bug 16573: fix linkid value on marc_subfield_structure
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Mon, 23 May 2016 19:58:03 +0000 (16:58 -0300)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 17 Aug 2016 12:04:45 +0000 (14:04 +0200)
commitf0cfa73b3547629a25f8c906b8df40d5b1f58535
treef5eca51f0a2df2e3683f9c65c25ab93e2c32b13e
parent5ab0a8c23c4dee7b9fb557a714a0939abfb5ea45
Bug 16573: fix linkid value on marc_subfield_structure

followup to previous patch.

This patch fixes linkid value. It was set to '', but
declared as tinyint.
Mysql < 5.7 replaced this with nearest right value, i.e 0
Mysql 5.7 gives error here.

Also some normalization, all lines with data begins with two tabs

To test:
On top of Bug 16572 and previous patch

1) Run webinstaller
2) Add mandatory values
3) There must be no problems on MySQL 5.7

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit d00d46112df2dc1c3f823fbc2a8c347deb69cdb7)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
(cherry picked from commit 58bd47a462a008f2e5cb9cfa221ee5b0a0bd5826)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql