[wp-trac] [WordPress Trac] #41716: Check for utf8mb4 incorrectly assumes auto-truncating indexes
WordPress Trac
noreply at wordpress.org
Tue Oct 10 23:45:38 UTC 2017
#41716: Check for utf8mb4 incorrectly assumes auto-truncating indexes
--------------------------+---------------------
Reporter: straussd | Owner: pento
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.9
Component: Database | Version: 4.2
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
--------------------------+---------------------
Changes (by pento):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"41818"]:
{{{
#!CommitTicketReference repository="" revision="41818"
Database: Fix a test failing on MySQL 5.7 and MariaDB 10.2.
On newer versions of MySQL, an error was being thrown when creating a
table with an index that we wanted to be silently truncated.
To avoid this, the test now tries to use a newer InnoDB file format where
available, and skips the test when that happens.
Props pento, danielbachhuber, straussd.
Fixes #41716.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41716#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list