MXS-1881: Move Rpl related code out of Avro files

Organized the Rpl and Avro code in a way that they aren't mixed.
This commit is contained in:
Markus Mäkelä
2018-06-12 19:37:52 +03:00
parent a3a4bb3da6
commit 95935991ab
6 changed files with 1765 additions and 1766 deletions

View File

@ -1,3 +1,3 @@
add_executable(test_alter_parsing test_alter_parsing.cc)
target_link_libraries(test_alter_parsing maxscale-common ${JANSSON_LIBRARIES} ${AVRO_LIBRARIES} maxavro sqlite3 lzma)
target_link_libraries(test_alter_parsing avro-common maxscale-common ${JANSSON_LIBRARIES} ${AVRO_LIBRARIES} maxavro sqlite3 lzma)
add_test(test_alter_parsing test_alter_parsing)