Skip to content

Commit 6081df9

Browse files
committed
Wrong warning about table_open_cache #364
1 parent f209598 commit 6081df9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mysqltuner.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3130,6 +3130,9 @@ sub mysql_stats {
31303130
. $table_cache_var
31313131
. " over 64: http://bit.ly/1mi7c4C" );
31323132
push( @generalrec,
3133+
"Read this before increasing for MAriaDB"
3134+
. " https://mariadb.com/kb/en/library/optimizing-table_open_cache/");
3135+
push( @generalrec,
31333136
"This is MyISAM only table_cache scalability problem, InnoDB not affected."
31343137
);
31353138
push( @generalrec,

0 commit comments

Comments
 (0)