#At file:///Users/jimw/my/mysql-5.1/ based on revid:jimw@stripped
2878 Jim Winstead 2009-04-28
Update list of sorting options in mysqldumpslow (Bug #20454)
modified:
scripts/mysqldumpslow.sh
=== modified file 'scripts/mysqldumpslow.sh'
--- a/scripts/mysqldumpslow.sh 2009-02-24 08:07:40 +0000
+++ b/scripts/mysqldumpslow.sh 2009-04-28 18:19:58 +0000
@@ -20,7 +20,7 @@ GetOptions(\%opt,
'v|verbose+',# verbose
'help+', # write usage info
'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)
't=i', # just show the top n queries
'a!', # don't abstract all numbers to N and strings to 'S'
@@ -163,7 +163,7 @@ Parse and summarize the MySQL slow query
-v verbose
-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)
-t NUM just show the top n queries
-a don't abstract all numbers to N and strings to 'S'
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (jimw:2878) Bug#20454 | Jim Winstead | 28 Apr |