Make MySQL monitor crash-safe

The MySQL monitor stores the server states in a backup file which can be
used to restore the state of the servers even if MaxScale is stoppen in an
uncontrolled fashion.
This commit is contained in:
Markus Mäkelä
2017-03-16 10:58:50 +02:00
parent 7165b4306f
commit 08cc7a9515
4 changed files with 453 additions and 1 deletions

View File

@ -1,4 +1,4 @@
add_library(mysqlmon SHARED mysql_mon.c)
add_library(mysqlmon SHARED mysql_mon.c mysql_mon_backup.c)
target_link_libraries(mysqlmon maxscale-common)
add_dependencies(mysqlmon pcre2)
set_target_properties(mysqlmon PROPERTIES VERSION "1.4.0")