aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqlidxchk
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-1/+1
| | | | | | | | | (part 17). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248784
* mysqlidxchk (MySQL Index Checker) checks MySQL databases/tables forMartin Wilke2009-05-013-0/+48
unused indexes. Given one or more slow, general, or "raw" log files, mysqlidxchk reports which indexes in the database schema are not used by the queries in the log files. WWW: http://hackmysql.com/mysqlidxchk PR: ports/134107 Submitted by: Andrey Ignatov <rdna at rdna.ru> Notes: svn path=/head/; revision=233110