diff --git a/wp-admin/includes/class-wp-debug-data.php b/wp-admin/includes/class-wp-debug-data.php index 2b07093365..a343196337 100644 --- a/wp-admin/includes/class-wp-debug-data.php +++ b/wp-admin/includes/class-wp-debug-data.php @@ -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(); diff --git a/wp-includes/version.php b/wp-includes/version.php index bcb8428a56..0965eeb41e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51713'; +$wp_version = '5.9-alpha-51715'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.