Merge pull request #468 from Ruzgfpegk/bugfix/myisam-table_cache-doclink
Updates link to MyISAM table_cache scalability doc
This commit is contained in:
commit
8f34a00f18
1 changed files with 1 additions and 1 deletions
|
@ -3208,7 +3208,7 @@ sub mysql_stats {
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
"Read this before increasing "
|
"Read this before increasing "
|
||||||
. $table_cache_var
|
. $table_cache_var
|
||||||
. " over 64: https://bit.ly/1mi7c4C" );
|
. " over 64: https://bit.ly/2Fulv7r" );
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
"Read this before increasing for MariaDB"
|
"Read this before increasing for MariaDB"
|
||||||
. " https://mariadb.com/kb/en/library/optimizing-table_open_cache/"
|
. " https://mariadb.com/kb/en/library/optimizing-table_open_cache/"
|
||||||
|
|
Loading…
Reference in a new issue