summaryrefslogtreecommitdiff
path: root/plugin/auth_examples
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-06-15 15:42:14 +0200
committerSergei Golubchik <serg@mariadb.org>2015-06-15 20:28:13 +0200
commitb988553c527d0fb55a561dc3a1308052d94ae2a4 (patch)
tree4dd7ade51e709d1e625601ba86bf849ab86bd2c0 /plugin/auth_examples
parent02421aa284bf3ff2c56c0e8d58defe2846824d19 (diff)
downloadmariadb-git-b988553c527d0fb55a561dc3a1308052d94ae2a4.tar.gz
MDEV-7771 missing client plugins when mariadb-shared is not installed
Put client plugins into -common rpm, not -shared. Because they're needed for * all clients that link with shared libmysqlclient (-shared) * our clients from -client rpm, they're statically linked (-client) * the server that acts as a replication slave (-server)
Diffstat (limited to 'plugin/auth_examples')
-rw-r--r--plugin/auth_examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_examples/CMakeLists.txt b/plugin/auth_examples/CMakeLists.txt
index f6c2b637067..c7b7e5be62d 100644
--- a/plugin/auth_examples/CMakeLists.txt
+++ b/plugin/auth_examples/CMakeLists.txt
@@ -30,4 +30,4 @@ 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 COMPONENT SharedLibraries)
+ MODULE_ONLY COMPONENT ClientPlugins)