summaryrefslogtreecommitdiff
path: root/databases/mysql50-server/files/patch-sql::mysqld.cc (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-01-10Update to 5.0.2 release:Alex Dupre1-8/+43
- Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob Submitted by: sobomax [1]
2003-02-05o Definitely fix building on -current.Norikatsu Shigemura1-3/+3
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)
2002-11-13-STABLE exits with signal 11 while connecting via TCP/IP if emptyDirk Froemberg1-4/+5
prototypes are used. -CURRENT needs empty prototypes to build. Use __FreeBSD_version to differentiate. Set CXX to $CC on -STABLE again to get around stability problems under heavy load.
2002-11-10Fix build on 5.0-CURRENT.Dirk Froemberg1-0/+11
Submitted by: sobomax
2002-08-19Upgrade to 3.23.52.Dirk Froemberg1-11/+0
2002-08-12- remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.Dirk Froemberg1-0/+11
- add patch to use correct prototypes for libwrap