Added support for /etc/mysql after /etc in the search path for my.cnf

bug #25104
This commit is contained in:
mtaylor@qualinost.(none) 2006-12-15 12:25:09 -08:00
parent e03a6b86d8
commit 57baef9584

View File

@ -49,6 +49,7 @@ const char *default_directories[]= {
"sys:/etc/",
#else
"/etc/",
"/etc/mysql/",
#endif
#ifdef DATADIR
DATADIR,