Added support for /etc/mysql after /etc in the search path for my.cnf
bug #25104
This commit is contained in:
parent
e03a6b86d8
commit
57baef9584
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user