MXS-1957 Add MariaDBAuth alias

This commit is contained in:
Marko
2019-05-09 11:24:58 +03:00
parent 9810c5fa69
commit 50fef6f361
8 changed files with 13 additions and 12 deletions

View File

@ -1,7 +1,7 @@
add_library(mariadbbackend SHARED mysql_backend.cc)
# TODO: Refactor mariadbbackend so that COM_CHANGE_USER processing is
# transparent to the protocol module. After this change, we don't need to
# link against mysqlauth.
target_link_libraries(mariadbbackend maxscale-common mysqlcommon mysqlauth)
# link against mariadbauth.
target_link_libraries(mariadbbackend maxscale-common mysqlcommon mariadbauth)
set_target_properties(mariadbbackend PROPERTIES VERSION "2.0.0")
install_module(mariadbbackend core)