[wp-trac] [WordPress Trac] #32405: Database collation upgrade routine to support UTF8MB4 collations
WordPress Trac
noreply at wordpress.org
Mon May 23 05:53:04 UTC 2016
#32405: Database collation upgrade routine to support UTF8MB4 collations
--------------------------------------+---------------------
Reporter: netweb | Owner: pento
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.6
Component: Database | Version: 4.2
Severity: normal | Resolution: fixed
Keywords: dev-feedback needs-patch | Focuses:
--------------------------------------+---------------------
Changes (by pento):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"37521"]:
{{{
#!CommitTicketReference repository="" revision="37521"
Database: Obey locale-specific `utf8` collation settings.
Some sites prefer to use locale-specific location settings. For example,
the Swedish WordPress package use `utf8_swedish_ci`, instead of
`utf8_unicode_ci`. When upgrading the connection to `utf8mb4`, we were
overriding this to be `utf8mb4_unicode_ci`, instead of maintaining the use
of the `_swedish_ci` variant.
The locale-specific collations do have extra collation rules just for that
language, so it's useful to maintain compatibility.
Fixes #32405.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32405#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list