Opened 8 years ago
Closed 8 years ago
#34224 closed defect (bug) (fixed)
Pre-existing termmeta table not converted to utf8mb4 collation
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
WordPress 4.4 introduces the termmeta
database table, and also attempts to be accomodating of situations where this table was previously created—for example, by a plugin. The upgrade process properly updates the index on the pre-existing table to facilitate the move to utf8mb4, but doesn’t actually attempt to convert the table to the new collation. If the table was created prior to version 4.2, it will retain the old collation.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Thanks very much for the ticket and the patch, dboulet.
Your fix looks right to me, but I'd like to get the AOK from Monsieur Pento before going with it.