Skip to content

Commit

Permalink
Merge pull request #129 from ravage84/patch-3
Browse files Browse the repository at this point in the history
Improve wording
  • Loading branch information
jmrenouard committed Sep 17, 2015
2 parents ddf0f82 + eee95c0 commit 3aaa3e8
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 @@ -2407,7 +2407,7 @@ sub mysql_stats {
"When making adjustments, make tmp_table_size/max_heap_table_size equal"
);
push( @generalrec,
"Reduce your SELECT DISTINCT queries without LIMIT clauses" );
"Reduce your SELECT DISTINCT queries which have no LIMIT clause" );
}
elsif ($mycalc{'pct_temp_disk'} > 25
&& $mycalc{'max_tmp_table_size'} >= 256 * 1024 * 1024 )
Expand Down

0 comments on commit 3aaa3e8

Please sign in to comment.