Koha/installer/data/mysql/pl-PL/optional
Jonathan Druart 5ebf75ecd0
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@ptfs-europe.com>
2019-11-08 11:22:31 +00:00
..
auth_val.sql Bug 14697: (follow-up) Add auth values to the sample data 2019-10-31 12:05:33 +00:00
auth_val.txt
marc21_holdings_coded_values.sql Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
marc21_holdings_coded_values.txt Bug 22095: Replaced dead links with working links 2019-01-17 02:23:27 +00:00
parameters.sql
parameters.txt
patron_categories.sql
patron_categories.txt
sample_holidays.sql
sample_holidays.txt
sample_itemtypes.sql Bug 19377: (follow-up) Remove charge for 'books' in all sample data 2017-10-27 16:05:59 -03:00
sample_itemtypes.txt
sample_libraries.sql Bug 16735: Clean up sample data 2018-02-12 15:41:25 -03:00
sample_libraries.txt
sample_news.sql Bug 17960: Update installed files 2017-02-06 17:42:13 +00:00
sample_news.txt
sample_patrons.sql Bug 19013: (QA followup) Set guarantorid to NULL patron sample data 2017-08-08 09:21:22 -03:00
sample_patrons.txt
sample_z3950_servers.sql Bug 23997: Escape z3950servers.rank as it's a new MySQL 8 kw 2019-11-08 11:22:31 +00:00
sample_z3950_servers.txt