Files
wordpress/wp-includes
desrosj 0c7b629ae6 Upgrade/Install: Indicate use of MyISAM storage engine in upgrade check.
In MySQL 5.5.5, the default storage engine was changed from `MyISAM` to `InnoDB`. While still available, usage of `MyISAM` has been discouraged since and is considered legacy due to the lack of support for more modern feature. 

The percentage of WordPress sites with `MyISAM` tables in the wild is currently unknown. This change adds a field to upgrade checks that includes a list of tables using `MyISAM` to help make more informed decisions about database features in the future.

Props johnjamesjacoby, johnbillion, dd32, desrosj, mukesh27.
Fixes #63640.
Built from https://develop.svn.wordpress.org/trunk@61001


git-svn-id: http://core.svn.wordpress.org/trunk@60337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2025-10-21 02:50:27 +00:00
..
2025-10-20 20:01:26 +00:00