Add stale journal file detection
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.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
add_library(mysqlmon SHARED mysql_mon.c mysql_mon_backup.c)
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user