[Koha-bugs] [Bug 13596] New: Prevent updatedatabase.pl from reverting utf8_mb4 databases to utf8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 19 16:42:35 CET 2015


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


More information about the Koha-bugs mailing list