We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2999446 commit 72952b5Copy full SHA for 72952b5
mysqltuner.pl
@@ -3254,6 +3254,7 @@ sub mysql_stats {
3254
3255
# Table definition cache
3256
my $nbtables=select_one('SELECT COUNT(*) FROM information_schema.tables');
3257
+ $mycalc{'total_tables'} = $nbtables;
3258
if ( defined $myvar{'table_definition_cache'} ) {
3259
if ( $myvar{'table_definition_cache'} == -1 ) {
3260
infoprint ("table_definition_cache(".$myvar{'table_definition_cache'} .") is in autosizing mode");
0 commit comments