Commit 44945080 authored by unknown's avatar unknown

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
......@@ -49,6 +49,7 @@ const char *default_directories[]= {
"sys:/etc/",
#else
"/etc/",
"/etc/mysql/",
#endif
#ifdef DATADIR
DATADIR,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment