Below is the list of changes that have just been committed into a local
4.1 repository of mtaylor. When mtaylor does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-12-15 12:25:09-08:00, mtaylor@qualinost.(none) +1 -0
Added support for /etc/mysql after /etc in the search path for my.cnf
bug #25104
mysys/default.c@stripped, 2006-12-15 12:25:06-08:00, mtaylor@qualinost.(none) +1 -0
Added support for /etc/mysql after /etc in the search path for my.cnf
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: mtaylor
# Host: qualinost.(none)
# Root: /home/mtaylor/src/mysql-4.1-maint
--- 1.50/mysys/default.c 2006-12-15 12:25:12 -08:00
+++ 1.51/mysys/default.c 2006-12-15 12:25:12 -08:00
@@ -49,6 +49,7 @@
"sys:/etc/",
#else
"/etc/",
+"/etc/mysql/",
#endif
#ifdef DATADIR
DATADIR,
| Thread |
|---|
| • bk commit into 4.1 tree (mtaylor:1.2596) BUG#25104 | Monty Taylor | 15 Dec |