Doh! (smacks forehead). @probablynotphil, you’re probably not wrong. I bet you get that a lot.
And thanks for the question, @swb1192. The changelog should say this. I’ll push a fixed readme.txt to the repo tomorrow with fresh eyes. I can do the readme.txt change without changing the current version and forcing everybody’s site to update.
Happy and prosperous 2024 to you.
= 1.4.15 =
(no changes to keys)
Add a Database Health section to the About tab showing some performance metrics.
Avoid doing EXPLAIN DESCRIBE when capturing monitors.
Clear the dashboard upgrade nag after doing
wp index-mysql status
.
Put backticks around table names in data definition language statements.
= 1.4.14 =
(no changes to keys)
Handle database version 55853 (no schema changes).
Deal with php 8.2 deprecations.
= 1.4.13 =
(no changes to keys)
Support MariaDB 11.x in version-detection code.
= 1.4.12 =
(no changes to keys)
Change max_statement_time session variable if necessary to avoid "Query execution was interrupted" errors.
Do ANALYZE TABLE after each rekeying operation.