summaryrefslogtreecommitdiff
path: root/databases/mysql323-server/files/patch-sql::mysqld.cc (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-01-10- Use MASTER_SITES_MYSQLAlex Dupre1-0/+0
- Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Extend allowed linuxthreads shlib versions Submitted by: sobomax [1]
2005-01-09Update to 4.0.23a release [1]:Alex Dupre1-4/+32
- Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [2] - Fix tcp wrappers (hopefully definitely!) PR: ports/75598 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1], sobomax [2]
2004-09-21Update to 4.0.21 release:Alex Dupre1-8/+15
- Fix mysqlhotcopy insecure temporary file creation - Fix bug in remote connections caused by libwrap [1] PR: ports/70889 [1] Submitted by: Andreas Haakh <andreas.haakh@ib-haakh.de> [1] Patch by: peadar [1] Approved by: portmgr (marcus)
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