Move inserstream into the core
The filter is a part of 2.1 so it should be in the core. Added a note into the documentation about the experimental status.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
add_library(insertstream SHARED insertstream.c)
|
||||
target_link_libraries(insertstream maxscale-common MySQLCommon)
|
||||
set_target_properties(insertstream PROPERTIES VERSION "1.0.0")
|
||||
install_module(insertstream experimental)
|
||||
install_module(insertstream core)
|
||||
|
Reference in New Issue
Block a user