Ticket #53845: 53845.2.diff
File 53845.2.diff, 592 bytes (added by , 2 years ago) |
---|
-
src/wp-admin/includes/class-wp-debug-data.php
935 935 'value' => self::get_mysql_var( 'max_connections' ), 936 936 ); 937 937 938 $info['wp-database']['fields']['query_cache_size'] = array(939 'label' => __( 'Query cache size' ),940 'value' => self::get_mysql_var( 'query_cache_size' ),941 );942 943 938 // List must use plugins if there are any. 944 939 $mu_plugins = get_mu_plugins(); 945 940