Commit 2f7fb0b6 authored by Jim Winstead's avatar Jim Winstead

Add explanation of the possible -s values for mysqldumpslow. (Bug #35663,

based on a contribution by Ask Bjørn Hansen)
parent f9736f6f
...@@ -163,7 +163,14 @@ Parse and summarize the MySQL slow query log. Options are ...@@ -163,7 +163,14 @@ Parse and summarize the MySQL slow query log. Options are
-v verbose -v verbose
-d debug -d debug
-s ORDER what to sort by (al, at, ar, c, t, l, r), 'at' is default -s ORDER what to sort by (al, at, ar, c, l, r, t), 'at' is default
al: average lock time
ar: average rows sent
at: average query time
c: count
l: lock time
r: rows sent
t: query time
-r reverse the sort order (largest last instead of first) -r reverse the sort order (largest last instead of first)
-t NUM just show the top n queries -t NUM just show the top n queries
-a don't abstract all numbers to N and strings to 'S' -a don't abstract all numbers to N and strings to 'S'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment