Skip to content

Commit

Permalink
MDEV-23114 AUTH_PAM plugin can not be disabled when using mysql_relea…
Browse files Browse the repository at this point in the history
…se config

When setting the PLUGIN_AUTH_PAM variable, mark it as a "CACHE" variable
so it can be overridden by the user.
  • Loading branch information
cvicentiu committed Jul 7, 2020
1 parent a536625 commit f18c5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/build_configurations/mysql_release.cmake
Expand Up @@ -118,7 +118,7 @@ ENDIF()

IF(UNIX)
SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
SET(PLUGIN_AUTH_PAM YES)
SET(PLUGIN_AUTH_PAM YES CACHE BOOL "")

IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
IF(NOT IGNORE_AIO_CHECK)
Expand Down

0 comments on commit f18c5a7

Please sign in to comment.