From 9bb7789f07e26df9d678fb7852af582608a97997 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 5 Feb 2020 22:07:05 +0000 Subject: [PATCH] Tests: In `Tests_dbDelta`, only force MyISAM database engine on MySQL versions older than 5.7. Since MySQL 5.7, InnoDB engine supports `FULLTEXT` indexes, so forcing MyISAM is unnecessary. Follow-up to [47193], which addressed the issue in `Tests_dbDelta::setUp()`, but missed other tests. Props xkon, joonasvanhatapio, SergeyBiryukov. Fixes #49367. Built from https://develop.svn.wordpress.org/trunk@47195 git-svn-id: http://core.svn.wordpress.org/trunk@46995 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 4a8972e882..38aa3d2dc1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47194'; +$wp_version = '5.4-alpha-47195'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.