Changed the RabbitMQ to be disabled by default.
This commit is contained in:
@ -44,13 +44,13 @@ macro(set_variables)
|
|||||||
|
|
||||||
# password of MaxScale user
|
# password of MaxScale user
|
||||||
set(TEST_PASSWORD "maxpwd" CACHE STRING "password of MaxScale user")
|
set(TEST_PASSWORD "maxpwd" CACHE STRING "password of MaxScale user")
|
||||||
|
|
||||||
# Use static version of libmysqld
|
# Use static version of libmysqld
|
||||||
set(STATIC_EMBEDDED TRUE CACHE BOOL "Use static version of libmysqld")
|
set(STATIC_EMBEDDED TRUE CACHE BOOL "Use static version of libmysqld")
|
||||||
|
|
||||||
# Build RabbitMQ components
|
# Build RabbitMQ components
|
||||||
set(BUILD_RABBITMQ TRUE CACHE BOOL "Build RabbitMQ components")
|
set(BUILD_RABBITMQ FALSE CACHE BOOL "Build RabbitMQ components")
|
||||||
|
|
||||||
# Build the binlog router
|
# Build the binlog router
|
||||||
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")
|
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user