Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mx_mysql: Fix warning in mx_mysql_option_set_default_file
If the file is not readable, the warning is now saved to be retrievable by the caller instead of being emitted. The warning text has been shortened from: MySQL ignoring defaults file: euidaccess("/etc/mxq/mysql_ro.cnfX", R_OK) failed: No such file or directory MySQL falling back to mysql default config search path. to /etc/mxq/mysql_ro.cnfX: No such file or directory - falling back to mysql default config search path
- Loading branch information