OllieJones / index-wp-mysql-for-speed

A plugin to add useful indexes to your WordPress installation's MySQL database.
GNU General Public License v2.0
125 stars 10 forks source link

When capturing monitors, don't attempt run EXPLAIN on DESCRIBE statements. #71

Closed OllieJones closed 9 months ago

OllieJones commented 10 months ago

@lyassinel (https://wordpress.org/support/topic/database-error-400/) reported a defect in which the monitor code attempts

EXPLAIN DESCRIBE some_table_name;

This doesn't work.