
Added a configurable maximum age for the mysqlmon journal files. If the file is older than the configured value, it will be ignored and removed.
6 lines
231 B
CMake
6 lines
231 B
CMake
add_library(mysqlmon SHARED mysql_mon.c mysql_mon_journal.c)
|
|
target_link_libraries(mysqlmon maxscale-common)
|
|
add_dependencies(mysqlmon pcre2)
|
|
set_target_properties(mysqlmon PROPERTIES VERSION "1.4.0")
|
|
install_module(mysqlmon core)
|