Commit f1dfadaa authored by jcole@tetra.spaceapes.com's avatar jcole@tetra.spaceapes.com
Browse files

Applied mysqldumslow patch to manual.texi.

parent ffee8665
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -39006,7 +39006,10 @@ suffixed with @code{-slow.log}. If a filename is given, but doesn't
contain a path, the file is written in the data directory.
The slow query log can be used to find queries that take a long time to
execute and are thus candidates for optimization.
execute and are thus candidates for optimization. With a large log, that
can become a difficult task. You can pipe the slow query log through the
@code{mysqldumpslow} command to get a summary of the queries which
appear in the log.
You are using @code{--log-long-format} then also queries that are not
using indexes are printed. @xref{Command-line options}.