summaryrefslogtreecommitdiff
path: root/databases/mysql40-server/files/patch-sql::mysqld.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.0.24 release:Alex Dupre2005-03-141-39/+3
| | | | | | | | | | - Fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs) - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script Notes: svn path=/head/; revision=131178
* Update to 4.0.23a release [1]:Alex Dupre2005-01-091-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] Notes: svn path=/head/; revision=125952
* Update to 4.0.21 release:Alex Dupre2004-09-211-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) Notes: svn path=/head/; revision=118329
* 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