Skip to content

Commit

Permalink
Updates link to MyISAM table_cache scalability doc
Browse files Browse the repository at this point in the history
Fixes #465 .
  • Loading branch information
Ruzgfpegk committed Jan 9, 2020
1 parent 80920ad commit 8ffd814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3208,7 +3208,7 @@ sub mysql_stats {
push( @generalrec,
"Read this before increasing "
. $table_cache_var
. " over 64: https://bit.ly/1mi7c4C" );
. " over 64: https://bit.ly/2Fulv7r" );
push( @generalrec,
"Read this before increasing for MariaDB"
. " https://mariadb.com/kb/en/library/optimizing-table_open_cache/"
Expand Down

0 comments on commit 8ffd814

Please sign in to comment.