From 36aa67485951f4cb89412cc9367cb7197c5ab960 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Mon, 27 Mar 2017 19:34:53 +0000 Subject: [PATCH] Tests: Use utf8mb4 max index length when creating keys. In [31349], core `varchar` column key lengths were changed from 255 to 191 to support the 767 byte index size limit on standard utf8mb4 MySQL installs. This changes the DB schema tests to match. Props caseypatrickdriscoll, clarinetlord. Fixes #35958. Built from https://develop.svn.wordpress.org/trunk@40339 git-svn-id: http://core.svn.wordpress.org/trunk@40246 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 53ab8b4183..1858631936 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40334'; +$wp_version = '4.8-alpha-40339'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.