MXS-2068: Move RWBackend into mysqlcommon
This cleanly allows multiple modules to use it.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
add_library(cat SHARED cat.cc catsession.cc ../readwritesplit/rwbackend.cc ../readwritesplit/response_stat.cc)
|
||||
add_library(cat SHARED cat.cc catsession.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)
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "cat.hh"
|
||||
|
||||
#include "../readwritesplit/rwbackend.hh"
|
||||
#include <maxscale/protocol/rwbackend.hh>
|
||||
|
||||
class Cat;
|
||||
|
||||
|
Reference in New Issue
Block a user