Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #41716


Ignore:
Timestamp:
09/18/2017 09:12:09 PM (7 years ago)
Author:
danielbachhuber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41716 – Description

    initial v2  
    1 The current test makes an incorrect assumption about MySQL/MariaDB configuration. Specifically, it assumes that presence of utf8mb4 capabilities means that either Barracuda (the necessary InnoDB file format to pass the test) is the default file format for all newly created tables (or that the database silently truncates indexes).
     1The current `Tests_dbDelta::test_truncated_index` test (from #31869, r32108) makes an incorrect assumption about MySQL/MariaDB configuration. Specifically, it assumes that presence of utf8mb4 capabilities means that either Barracuda (the necessary InnoDB file format to pass the test) is the default file format for all newly created tables (or that the database silently truncates indexes).
    22
    33This is not always the case for MariaDB 10.0 or 10.1 and is probably an issue for any MySQL<5.7.7 or MariaDB<10.2 with the following configuration: