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
This commit is contained in:
Marc Würth 2015-09-16 18:17:54 +02:00
parent 31c671d8ca
commit eee95c09cb

View file

@ -2407,7 +2407,7 @@ sub mysql_stats {
"When making adjustments, make tmp_table_size/max_heap_table_size equal" "When making adjustments, make tmp_table_size/max_heap_table_size equal"
); );
push( @generalrec, 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 elsif ($mycalc{'pct_temp_disk'} > 25
&& $mycalc{'max_tmp_table_size'} >= 256 * 1024 * 1024 ) && $mycalc{'max_tmp_table_size'} >= 256 * 1024 * 1024 )
@ -3555,4 +3555,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# indent-tabs-mode: t # indent-tabs-mode: t
# cperl-indent-level: 8 # cperl-indent-level: 8
# perl-indent-level: 8 # perl-indent-level: 8
# End: # End: