Skip to content

Commit

Permalink
Join Buffer Size recommendation Link Broken #722
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Sep 9, 2023
1 parent 7ab60ba commit 290b32d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3562,8 +3562,7 @@ sub mysql_stats {
push(
@generalrec,
"We will suggest raising the 'join_buffer_size' until JOINs not using indexes are found.
See https://dev.mysql.com/doc/internals/en/join-buffer-size.html
(specially the conclusions at the bottom of the page)."
See https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_join_buffer_size"
);
}
else {
Expand Down

0 comments on commit 290b32d

Please sign in to comment.