We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c671d commit eee95c0Copy full SHA for eee95c0
mysqltuner.pl
@@ -2407,7 +2407,7 @@ sub mysql_stats {
2407
"When making adjustments, make tmp_table_size/max_heap_table_size equal"
2408
);
2409
push( @generalrec,
2410
- "Reduce your SELECT DISTINCT queries without LIMIT clauses" );
+ "Reduce your SELECT DISTINCT queries which have no LIMIT clause" );
2411
}
2412
elsif ($mycalc{'pct_temp_disk'} > 25
2413
&& $mycalc{'max_tmp_table_size'} >= 256 * 1024 * 1024 )
@@ -3555,4 +3555,4 @@ =head1 COPYRIGHT AND LICENSE
3555
# indent-tabs-mode: t
3556
# cperl-indent-level: 8
3557
# perl-indent-level: 8
3558
-# End:
+# End:
0 commit comments