This change does the following things * Allows utf8mb4 for the MySQL extension * Re-runs the utf8->utf8mb4 conversion for single sites, this will do nothing for tables already converted * Re-runs the utf8->utf8mb4 conversion for global tables in multisite when the environment supports utf8mb4 * Removes upgrade_420() calling as upgrade_430() will perform those changes now instead The index shortenings should have still taken place on utf8 sites previously, so there's no need to run those again. Props kovshenin, pento, dd32 Fixes #32127 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@33055 602fd350-edb4-49c9-b593-d223f7449a82 |
||
---|---|---|
src | ||
tests | ||
tools/i18n | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
package.json | ||
phpunit.xml.dist | ||
wp-cli.yml | ||
wp-config-sample.php | ||
wp-tests-config-sample.php |