Skip to content

Commit

Permalink
#50 Backticks around table names to hide strangely named ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJones committed Dec 28, 2023
1 parent 67367f8 commit 94b1125
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,16 @@ Deal with php 8.2 deprecations.
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.

== Upgrade Notice ==

We've added a Database Health section to the About tab. It shows some performance measurements made from your MySQL / MariaDB database server.
We've added a Database Health section to the About tab. It shows some current performance measurements made from your MySQL / MariaDB database server, similar to the stored ones shown in monitor displays.

We've removed various programming-language incompatibilities with php 8.2.

We now use backticks to delimit table names, giving compatibility with some strange plugins.

== Screenshots ==

1. Use Tools > Index MySQL to view the Dashboard panel.
Expand Down

0 comments on commit 94b1125

Please sign in to comment.