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:
parent
31c671d8ca
commit
eee95c09cb
1 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Reference in a new issue