Koha/installer/data/mysql/ru-RU/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
..
example_branches.sql Updated Russian SQL files 2010-02-26 22:51:29 +13:00
example_branches.txt Updated Russian SQL files 2010-02-26 22:51:29 +13:00
holidays.sql
holidays.txt
library_item_types.sql Bug 10969: Fix sample itemtypes for translated installers 2013-10-20 18:46:45 +00:00
library_item_types.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 Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
patron_categories.sql
patron_categories.txt
print_labels.sql Bug 15086: Creators layout and template sql has warnings 2016-05-16 17:33:04 +00:00
print_labels.txt
sample_cities.sql
sample_cities.txt
sample_currency.sql Bug 11954 - Clean up currency default files 2015-02-09 15:47:24 -03:00
sample_currency.txt
sample_news.sql Bug 7567 - Clean up sample news files 2014-04-07 18:05:38 +00:00
sample_news.txt
sample_notices.sql Bug 15177: Sample notice TO_PROCESS confuses budget and fund 2015-11-12 10:11:46 -03:00
sample_notices.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_user_suggestions.sql Bug 13006: suggestions.mailoverseeing cans be removed 2015-04-13 11:01:29 -03:00
sample_user_suggestions.txt
z39-50servers_collection.sql Bug 13224: use TOUT-UF8 base for z3950 BNF server 2014-11-10 11:25:15 -03:00
z39-50servers_collection.txt