Wordpress/tests
Gary Pendergast 6411029d0d 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.



git-svn-id: https://develop.svn.wordpress.org/trunk@41818 602fd350-edb4-49c9-b593-d223f7449a82
2017-10-10 23:45:35 +00:00
..
phpunit Database: Fix a test failing on MySQL 5.7 and MariaDB 10.2. 2017-10-10 23:45:35 +00:00
qunit Customize: Fix QUnit tests after failures introduced in [41768]. 2017-10-05 04:22:09 +00:00