http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13596
Bug ID: 13596
Summary: Prevent updatedatabase.pl from reverting utf8_mb4
databases to utf8
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected],
[email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected]
Depends on: 11248, 11906, 11944, 13264
Blocks: 7380, 10855, 11844, 12176, 12637, 12832, 13239, 13345,
13577, 13579
Bug #11944 fixed utf8 encoding koha wide, however as part of it, it updates all
database table to utf8 charset and utf8_unicode_ci collation.
This is a good thing for anyone who left the default coallition to being with,
but is a step backwards for those working on Wheezy and Ubuntu who may have
chosen the utf8_mb4 pragma.
The update should first check for such cases, and skip if found.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/