Commit 59644045 authored by Jonathan Perkin's avatar Jonathan Perkin

bug#54991: mysqld_safe reports syntax error and skips part of logic

           while restarting server

TARGET_LINUX must be 'true' or 'false'.
parent f92e40cf
......@@ -243,9 +243,9 @@ SET(localstatedir ${MYSQL_DATADIR})
# some scripts use @TARGET_LINUX@
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
SET(TARGET_LINUX 1)
SET(TARGET_LINUX "true")
ELSE()
SET(TARGET_LINUX 0)
SET(TARGET_LINUX "false")
ENDIF()
# Use cmake variables to inspect dependencies for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment