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: gmcharlt@gmail.com Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: abl@biblos.pk.edu.pl, benjamin.rokseth@kul.oslo.kommune.no, bgkriegel@gmail.com, boutrosboutrosboutros@gmail.com, dpavlin@rot13.org, hbraum@nekls.org, jonathan.druart@biblibre.com, josef.moravec@gmail.com, katrin.fischer@bsz-bw.de, m.de.rooy@rijksmuseum.nl, magnus@enger.priv.no, martin.renvoize@ptfs-europe.com, paola.rossi@cineca.it, tomascohen@gmail.com, z.tajoli@cineca.it 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.