Skip to content

Commit

Permalink
MDEV-6565 search order for my.cnf inconsistent in docs/use, and globa…
Browse files Browse the repository at this point in the history
…l override with build-time -DDEFAULT_SYSCONFDIR is ignored

don't let INSTALL_SYSCONFDIR overwrite DEFAULT_SYSCONFDIR
  • Loading branch information
Sergei Golubchik committed Sep 10, 2014
1 parent 1e7dd85 commit 4ff2a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -337,7 +337,7 @@ ELSE()
ENDIF()
SET(DEFAULT_CHARSET_HOME "${DEFAULT_MYSQL_HOME}")
SET(PLUGINDIR "${DEFAULT_MYSQL_HOME}/${INSTALL_PLUGINDIR}")
IF(INSTALL_SYSCONFDIR)
IF(INSTALL_SYSCONFDIR AND NOT DEFAULT_SYSCONFDIR)
SET(DEFAULT_SYSCONFDIR "${INSTALL_SYSCONFDIR}")
ENDIF()

Expand Down

0 comments on commit 4ff2a68

Please sign in to comment.