Added a more descriptive warning when building MaxScale with source built MariaDB server.
This commit is contained in:
@ -30,7 +30,7 @@ message(STATUS "MySQL version: ${MYSQL_VERSION}")
|
|||||||
message(STATUS "MySQL provider: ${MYSQL_PROVIDER}")
|
message(STATUS "MySQL provider: ${MYSQL_PROVIDER}")
|
||||||
|
|
||||||
if(NOT MYSQL_PROVIDER STREQUAL "MariaDB")
|
if(NOT MYSQL_PROVIDER STREQUAL "MariaDB")
|
||||||
message(WARNING "Not using MariaDB server.")
|
message(WARNING "Not using a release version of MariaDB server.")
|
||||||
endif()
|
endif()
|
||||||
if(MYSQL_VERSION VERSION_LESS 5.5.41)
|
if(MYSQL_VERSION VERSION_LESS 5.5.41)
|
||||||
message(WARNING "MySQL version is ${MYSQL_VERSION}. Minimum supported version is 5.5.41.")
|
message(WARNING "MySQL version is ${MYSQL_VERSION}. Minimum supported version is 5.5.41.")
|
||||||
|
Reference in New Issue
Block a user