aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysqlsla
Commit message (Collapse)AuthorAgeFilesLines
* fix build with perl 5.18az2014-09-201-0/+11
| | | | PR: 193064
* - Add LICENSEsunpoet2014-03-011-8/+11
| | | | | | | | - Fix shebang - Bump PORTREVISION for package change - Support STAGEDIR Approved by: portmgr (blanket)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - convert to the new perl5 frameworkaz2013-09-101-5/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Fix dependency: this port requires DBI, not Class::DBIsunpoet2011-10-271-3/+3
| | | | | | | | - Bump PORTREVISION for dependency change PR: ports/161319 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 3 weeks)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-291-3/+2
| | | | | | (part 17). Approved by: portmgr (itetcu)
* - Update to 2.03.lippe2009-03-152-13/+12
| | | | | PR: ports/132537 Submitted by: Andrey Ignatov <rdna@rdna.ru>
* - Change my mail address to lippe@.lippe2008-03-101-1/+1
| | | | Approved by: araujo (mentor)
* - Updated to 1.7amiwi2008-02-083-32/+11
| | | | | | | | | | | | - Makefile cleanup - Add missing R-deps - Removed unnecessary patch - Updated MASTER_SITES - Pass maintainership to submitter PR: 120015 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
* - Update to 1.5rafan2007-07-313-16/+17
| | | | | | | - Add one more mirror PR: ports/115063 Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer)
* - Add Backup MASTER_SITESmiwi2006-12-021-1/+3
| | | | Submitted by: pointyhat via kris
* mysqlsla analyzes general, slow, and raw MySQL statement logs.miwi2006-11-244-0/+69
mysqlsla can read multiple MySQL general and slow logs (and logs containing raw SQL statements), combine them, then run various analyses on all the queries. In addition, mysqlsla can correlate the analyses so that the queries in one analysis are used as the basis for subsequent analyses. Other options include limiting the output of each analysis to the top N queries, averaging execution time over N runs, customizing the order in which the analyses are ran, statement filtering, statement pattern matching, and mysqldumpslow-like formatting. WWW: http://hackmysql.com/mysqlsla PR: ports/105788 Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru>