aboutsummaryrefslogtreecommitdiff
path: root/databases/tuning-primer
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build after r327580 by using proper source path. [1][2]Bryan Drewery2013-11-011-4/+3
| | | | | | | | | | | - Convert to staging while here PR: ports/182349 [1] Reported by: Remko C. <sirdice@gmail.com> [1] Reported by: marino [2] Notes: svn path=/head/; revision=332420
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Does not fetch when package building due to network restrictions.Bryan Drewery2013-09-182-7/+3
| | | | | | | | | Fix non-versioned upstream by using a versioned DIST_SUBDIR With hat: portmgr Notes: svn path=/head/; revision=327580
* Unbreak, fetch works, tested on 2 different hosts in different locations.Florian Smeets2013-05-041-1/+0
| | | | | | | Discussed with: bapt Notes: svn path=/head/; revision=317379
* Mark as broken: does not fetchBaptiste Daroussin2013-05-041-5/+2
| | | | Notes: svn path=/head/; revision=317354
* Sometimes it fetches; sometimes it doesn't.Mark Linimon2012-09-071-2/+0
| | | | | | | | PR: ports/171403 Submitted by: joehorn@gmail.com Notes: svn path=/head/; revision=303806
* Mark broken: fails to fetch.Mark Linimon2012-08-241-0/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303045
* - Update to 1.6.r1Wen Heping2011-09-232-5/+10
| | | | | | | | PR: ports/160577 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) Notes: svn path=/head/; revision=282211
* - update distinfo to match version 1.6Florian Smeets2011-05-182-2/+3
| | | | | | | | | | - bump PORTREVISION Submitted by: Pavel Timofeev <timp87@gmail.com> Pointy hat to: flo Notes: svn path=/head/; revision=274254
* - update to 1.6.r0Florian Smeets2011-05-171-3/+4
| | | | | | | | | | - Add LICENSE PR: ports/157069 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) Notes: svn path=/head/; revision=274239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - add USE_MYSQL=yesPhilip M. Gollucci2010-02-111-0/+2
| | | | | | | | PR: ports/143725 Submitted by: Joe Horn <joehorn@gmail.com> Notes: svn path=/head/; revision=249605
* This script takes information from "SHOW STATUS LIKE..."Greg Larkin2010-01-083-0/+40
and "SHOW VARIABLES LIKE..." then attempts to produce sane recommendations for tuning server variables. It is compatible with all versions of MySQL 3.23 - 5.1. WWW: https://launchpad.net/mysql-tuning-primer PR: ports/140641 Submitted by: Joe Horn <joehorn at gmail.com> Notes: svn path=/head/; revision=247421