Koha/installer/data/mysql/de-DE/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
auth_val.txt
csv_profiles.sql
csv_profiles.txt
marc21_holdings_coded_values.sql
marc21_holdings_coded_values.txt
parameters.sql
parameters.txt
patron_atributes.sql
patron_atributes.txt
patron_categories.sql
patron_categories.txt
sample_creator_data.sql
sample_creator_data.txt
sample_holidays.sql
sample_holidays.txt
sample_itemtypes.sql
sample_itemtypes.txt
sample_libraries.sql
sample_libraries.txt
sample_news.sql
sample_news.txt
sample_patrons.sql
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