Skip to content

Commit eee95c0

Browse files
committed
Improve wording
At first, I didn't get what this line tried to tell me and it seems I'm not the only person: https://www.google.ch/search?hl=de&q=%22Reduce+your+SELECT+DISTINCT+queries+without+LIMIT+clauses%22&gws_rd=ssl
1 parent 31c671d commit eee95c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysqltuner.pl

Lines changed: 2 additions & 2 deletions
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 )
@@ -3555,4 +3555,4 @@ =head1 COPYRIGHT AND LICENSE
35553555
# indent-tabs-mode: t
35563556
# cperl-indent-level: 8
35573557
# perl-indent-level: 8
3558-
# End:
3558+
# End:

0 commit comments

Comments
 (0)