MXS-1777: Initial version of routing based on query response time.
The main piece of code, slave selection (backend_cmp_response_time), uses the available method of pair-wise comparison of slaves. This will be changed to selection using all available slaves, along with removal of hard coded values.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
add_library(cat SHARED cat.cc catsession.cc ../readwritesplit/rwbackend.cc)
|
||||
add_library(cat SHARED cat.cc catsession.cc ../readwritesplit/rwbackend.cc ../readwritesplit/response_stat.cc)
|
||||
target_link_libraries(cat maxscale-common mysqlcommon)
|
||||
set_target_properties(cat PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
|
||||
install_module(cat experimental)
|
||||
|
||||
Reference in New Issue
Block a user