Updates link to MyISAM table_cache scalability doc

Fixes #465 .
This commit is contained in:
Ruzgfpegk 2020-01-09 15:53:56 +09:00 committed by GitHub
parent 80920ad061
commit 8ffd81475a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"