mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
bug#54991: mysqld_safe reports syntax error and skips part of logic
while restarting server TARGET_LINUX must be 'true' or 'false'.
This commit is contained in:
@ -243,9 +243,9 @@ SET(localstatedir ${MYSQL_DATADIR})
|
|||||||
|
|
||||||
# some scripts use @TARGET_LINUX@
|
# some scripts use @TARGET_LINUX@
|
||||||
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||||
SET(TARGET_LINUX 1)
|
SET(TARGET_LINUX "true")
|
||||||
ELSE()
|
ELSE()
|
||||||
SET(TARGET_LINUX 0)
|
SET(TARGET_LINUX "false")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# Use cmake variables to inspect dependencies for
|
# Use cmake variables to inspect dependencies for
|
||||||
|
Reference in New Issue
Block a user