Koha/installer/data/mysql/es-ES/optional
Mark Tompsett d6ac9270b0 Bug 15086: Creators layout and template sql has warnings
When doing a hacked install off the master branch:
use ... {koha database name}
truncate creator_layouts;
truncate creator_templates;
truncate printers_profiles;
source installer/data/mysql/... {name of a sample_labels type file}
Warnings are generated, which may not be visible in the UI.

Most of the warnings were triggered by:
-/*!40000 ALTER TABLE `creator_layouts` DISABLE KEYS */;
-/*!40000 ALTER TABLE `creator_layouts` ENABLE KEYS */;
http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html#error_er_illegal_ha

In the Russian, the layout_name was truncated, because the layout_name was only 20. An atomic update sql and kohastructure.sql update were provided to widen it to 25.
http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html#error_warn_data_truncated

Also fr-FR, ru-RU, and uk-UA were slightly different in structure, so the structure was made the same as the other files.

See comment #1 for the test plan.

NOTE: pl-PL is likely very out of date, but is not affected in this regard.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Works, no more warnings
mysql> show warnings;
Empty set (0.01 sec)

No errors

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-05-16 17:33:04 +00:00
..
auth_val.sql Bug 15411: Changing 'Non fiction' to 'Non-fiction' 2016-02-12 16:53:17 -07:00
auth_val.txt
marc21_holdings_coded_values.sql
marc21_holdings_coded_values.txt
marc21_relatorterms.sql Bug 6299 - add es-ES 2012-02-14 21:27:48 +01:00
marc21_relatorterms.txt Bug 6299 - add es-ES 2012-02-14 21:27:48 +01:00
parameters.sql Bug 11939: set active currency for non-English sample data 2014-03-25 15:03:16 +00:00
parameters.txt
patron_atributes.sql Bug 12267: [QA Follow-up] Adjust installer files; tiny text edit 2016-04-22 23:08:32 +00:00
patron_atributes.txt
patron_categories.sql
patron_categories.txt
sample_creator_data.sql Bug 15086: Creators layout and template sql has warnings 2016-05-16 17:33:04 +00:00
sample_creator_data.txt
sample_holidays.sql
sample_holidays.txt
sample_itemtypes.sql Bug 10969: Fix sample itemtypes for translated installers 2013-10-20 18:46:45 +00:00
sample_itemtypes.txt
sample_libraries.sql
sample_libraries.txt
sample_news.sql Bug 7567 - Clean up sample news files 2014-04-07 18:05:38 +00:00
sample_news.txt
sample_patrons.sql Bug 14981: Remove ethnicity occurrences from sample patrons file 2015-10-23 10:10:46 -03:00
sample_patrons.txt
sample_z3950_servers.sql Bug 4925: Remove Smithsonian as a delivered z39.50 target 2015-06-22 11:12:24 -03:00
sample_z3950_servers.txt Bug 4925: Remove Smithsonian as a delivered z39.50 target 2015-06-22 11:12:24 -03:00