Commit 44945080 authored by unknown's avatar unknown
Browse files

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
parent 7579130d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ const char *default_directories[]= {
"sys:/etc/",
#else
"/etc/",
"/etc/mysql/",
#endif
#ifdef DATADIR
DATADIR,