mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-17 09:44:40 +00:00
d303221d08c25e7f5fe36b0066172dbfeb3c3342
default_storage_engine MySQL option on newer MySQL versions.
In MySQL 5.5.3, `storage_engine` was deprecated in favour of `default_storage_engine`, and subsequently removed in MySQL 5.7. To avoid errors when running tests on MySQL 5.7, we need to switch between the options based on MySQL version. Props skithund, jeremyfelt. Fixes #34692. git-svn-id: https://develop.svn.wordpress.org/trunk@36055 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%