[wp-trac] [WordPress Trac] #32127: Broken support for utf8mb4 with the mysql extension

WordPress Trac noreply at wordpress.org
Fri Jul 3 03:25:10 UTC 2015


#32127: Broken support for utf8mb4 with the mysql extension
---------------------------------------------------+---------------------
 Reporter:  kovshenin                              |       Owner:  dd32
     Type:  defect (bug)                           |      Status:  closed
 Priority:  high                                   |   Milestone:  4.2.3
Component:  Database                               |     Version:  4.2
 Severity:  blocker                                |  Resolution:  fixed
 Keywords:  has-patch needs-testing needs-refresh  |     Focuses:
---------------------------------------------------+---------------------
Changes (by dd32):

 * owner:   => dd32
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"33055"]:
 {{{
 #!CommitTicketReference repository="" revision="33055"
 Enable utf8mb4 for MySQL extension users. Previously utf8mb4 was limited
 to MySQLi users only unintentionally.
 This change does the following things
  * Allows utf8mb4 for the MySQL extension
  * Re-runs the utf8->utf8mb4 conversion for single sites, this will do
 nothing for tables already converted
  * Re-runs the utf8->utf8mb4 conversion for global tables in multisite
 when the environment supports utf8mb4
  * Removes upgrade_420() calling as upgrade_430() will perform those
 changes now instead

 The index shortenings should have still taken place on utf8 sites
 previously, so there's no need to run those again.

 Props kovshenin, pento, dd32
 Fixes #32127 for trunk.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32127#comment:26>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list