Skip to content

Commit 3aaa3e8

Browse files
committed
Merge pull request #129 from ravage84/patch-3
Improve wording
2 parents ddf0f82 + eee95c0 commit 3aaa3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqltuner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ sub mysql_stats {
24072407
"When making adjustments, make tmp_table_size/max_heap_table_size equal"
24082408
);
24092409
push( @generalrec,
2410-
"Reduce your SELECT DISTINCT queries without LIMIT clauses" );
2410+
"Reduce your SELECT DISTINCT queries which have no LIMIT clause" );
24112411
}
24122412
elsif ($mycalc{'pct_temp_disk'} > 25
24132413
&& $mycalc{'max_tmp_table_size'} >= 256 * 1024 * 1024 )

0 commit comments

Comments
 (0)