summaryrefslogtreecommitdiff
path: root/databases/mysql50-server/files/patch-mysys_default.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.0.81 release.Alex Dupre2009-05-131-3/+3
|
* - Fix client input validation vulnerabilityAlex Dupre2008-10-101-1/+1
| | | | - Fix my.cnf search path
* Update to 5.0.67 release.Alex Dupre2008-08-271-13/+13
|
* Update to 5.0.6 release.Alex Dupre2005-06-081-5/+14
|
* - Use the rcNG script to kill MySQL on deinstallation [1]Alex Dupre2005-04-111-0/+13
- Set the new sequence for finding my.cnf files [2]: /etc, ${PREFIX}/etc, ${mysql_dbdir} (default to: /etc/my.cnf, /usr/local/etc/my.cnf, /var/db/mysql/my.cnf) PR: ports/79166 [1], ports/79597 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Vasil Dimov <vd@datamax.bg> [2]