1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Expand @HOSTNAME@.

This commit is contained in:
Jonathan Perkin
2010-04-01 20:47:19 +02:00
parent 8148145929
commit bbe86d08ba
2 changed files with 3 additions and 3 deletions

View File

@ -134,11 +134,10 @@ ELSE()
SET(CHECK_PID "kill -s SIGCONT $PID > /dev/null 2> /dev/null")
ENDIF()
SET(HOSTNAME "hostname")
ENDIF(UNIX)
# Really ugly, one script, "mysql_install_db", needs prefix set to ".",
# i.e. makes access relative the current directory. This matches
# the documentation, so better not change this.

View File

@ -29,6 +29,7 @@ ELSE()
SET(CXXFLAGS ${CMAKE_CXX_FLAGS})
SET(MYSQLD_USER "mysql")
SET(ini_file_extension "cnf")
SET(HOSTNAME "hostname")
ENDIF()
# XXX: shouldn't we just have variables for all this stuff and centralise