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

bug #25104
parent e03a6b86
...@@ -49,6 +49,7 @@ const char *default_directories[]= { ...@@ -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,
......
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