1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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:
Jonathan Perkin
2010-07-05 12:53:03 +01:00
parent 863b07d038
commit 261c543610

View File

@ -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