Commit 46b6246d authored by Jim Winstead's avatar Jim Winstead

Update list of sorting options in mysqldumpslow (Bug #20454)

parent eb3c7791
...@@ -20,7 +20,7 @@ GetOptions(\%opt, ...@@ -20,7 +20,7 @@ GetOptions(\%opt,
'v|verbose+',# verbose 'v|verbose+',# verbose
'help+', # write usage info 'help+', # write usage info
'd|debug+', # debug 'd|debug+', # debug
's=s', # what to sort by (t, at, l, al, r, ar etc) 's=s', # what to sort by (al, at, ar, c, t, l, r)
'r!', # reverse the sort order (largest last instead of first) 'r!', # reverse the sort order (largest last instead of first)
't=i', # just show the top n queries 't=i', # 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'
...@@ -163,7 +163,7 @@ Parse and summarize the MySQL slow query log. Options are ...@@ -163,7 +163,7 @@ Parse and summarize the MySQL slow query log. Options are
-v verbose -v verbose
-d debug -d debug
-s ORDER what to sort by (t, at, l, al, r, ar etc), 'at' is default -s ORDER what to sort by (al, at, ar, c, t, l, r), 'at' is default
-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