MXS-1595 Rename mysqlclient to mariadbclient

Documentation update will follow.
This commit is contained in:
Johan Wikman
2018-01-04 19:43:06 +02:00
parent c39dab9434
commit f129dd56be
10 changed files with 15 additions and 14 deletions

View File

@ -0,0 +1,4 @@
add_executable(test_setsqlmodeparser test_setsqlmodeparser.cc)
target_link_libraries(test_setsqlmodeparser maxscale-common)
add_test(test_setsqlmodeparser test_setsqlmodeparser)