Skip to content

Commit f18c5a7

Browse files
committed
MDEV-23114 AUTH_PAM plugin can not be disabled when using mysql_release config
When setting the PLUGIN_AUTH_PAM variable, mark it as a "CACHE" variable so it can be overridden by the user.
1 parent a536625 commit f18c5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/build_configurations/mysql_release.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ENDIF()
118118

119119
IF(UNIX)
120120
SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
121-
SET(PLUGIN_AUTH_PAM YES)
121+
SET(PLUGIN_AUTH_PAM YES CACHE BOOL "")
122122

123123
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
124124
IF(NOT IGNORE_AIO_CHECK)

0 commit comments

Comments
 (0)