summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/files/patch-sql::mysqld.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.1.12 release.Alex Dupre2006-11-071-9/+0
| | | | Notes: svn path=/head/; revision=176720
* Update to 5.0.11 release.Alex Dupre2005-08-281-3/+12
| | | | | | | | PR: ports/85403 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=141168
* Update to 5.0.3 release:Alex Dupre2005-04-061-36/+0
| | | | | | | | | | - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script - Add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup Notes: svn path=/head/; revision=132637
* Update to 5.0.2 release:Alex Dupre2005-01-101-8/+43
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob Submitted by: sobomax [1] Notes: svn path=/head/; revision=126051
* o Definitely fix building on -current.Norikatsu Shigemura2003-02-051-0/+12
o Really overwrite databases when OVERWRITE_DB is set. o Automatically skip installing databases if they already exist (unless OVERWRITE_DB is set). PR: ports/47945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=74879