mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 20:23:27 +02:00
Site Health: Remove MySQL query cache size from the Site Health Info screen.
The query cache is deprecated as of MySQL 5.7.20, and is removed in MySQL 8.0. Reference: [https://dev.mysql.com/doc/refman/5.7/en/query-cache-configuration.html MySQL 5.7 Reference Manual: Query Cache Configuration]. Follow-up to [51522], [51523]. Props johnbillion, zodiac1978. Fixes #53845. git-svn-id: https://develop.svn.wordpress.org/trunk@51715 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d43e6a6314
commit
c5461a67a7
@ -935,11 +935,6 @@ class WP_Debug_Data {
|
||||
'value' => self::get_mysql_var( 'max_connections' ),
|
||||
);
|
||||
|
||||
$info['wp-database']['fields']['query_cache_size'] = array(
|
||||
'label' => __( 'Query cache size' ),
|
||||
'value' => self::get_mysql_var( 'query_cache_size' ),
|
||||
);
|
||||
|
||||
// List must use plugins if there are any.
|
||||
$mu_plugins = get_mu_plugins();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user