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

bug #25104


mysys/default.c:
  Added support for /etc/mysql after /etc in the search path for my.cnf
This commit is contained in:
unknown 2006-12-15 12:25:09 -08:00
parent 7579130d2d
commit 449450804b

View File

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