summaryrefslogtreecommitdiff
path: root/plugin/auth_examples
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-09-04 13:35:14 +0200
committerSergei Golubchik <serg@mariadb.org>2016-09-12 17:51:49 +0200
commited0b84a0270bd99b001dd00654875d26e29b9432 (patch)
treeecdff364c7f3e6816bcdeae3e32d325b0681c01e /plugin/auth_examples
parent4ba198c6e3c7ccf4da2a87c14043bb3be08915f7 (diff)
downloadmariadb-git-ed0b84a0270bd99b001dd00654875d26e29b9432.tar.gz
remove libmysql/
also disable server's client plugins when C/C has the same
Diffstat (limited to 'plugin/auth_examples')
-rw-r--r--plugin/auth_examples/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugin/auth_examples/CMakeLists.txt b/plugin/auth_examples/CMakeLists.txt
index d1152227eff..b5859f158d6 100644
--- a/plugin/auth_examples/CMakeLists.txt
+++ b/plugin/auth_examples/CMakeLists.txt
@@ -29,5 +29,8 @@ MYSQL_ADD_PLUGIN(qa_auth_client qa_auth_client.c
MYSQL_ADD_PLUGIN(auth_0x0100 auth_0x0100.c MODULE_ONLY COMPONENT Test)
-MYSQL_ADD_PLUGIN(mysql_clear_password clear_password_client.c
- MODULE_ONLY CLIENT COMPONENT ClientPlugins)
+# disabled in favor of
+# libmariadb/plugins/auth/mariadb_cleartext.c
+#
+#MYSQL_ADD_PLUGIN(mysql_clear_password clear_password_client.c
+# MODULE_ONLY CLIENT COMPONENT ClientPlugins)