diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2016-01-18 19:30:46 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2016-01-19 11:59:32 +0100 |
commit | 67cf76ad9b17f2825ac8759ead4928ed3d0f9ce7 (patch) | |
tree | 896b3bd77a9fadd5ffe426f55a606abe932fbd44 /plugin/auth_examples | |
parent | 059c0c8b371589359f3fc6d3979de1a5006dce63 (diff) | |
download | mariadb-git-67cf76ad9b17f2825ac8759ead4928ed3d0f9ce7.tar.gz |
MDEV 4691- address review comments
Diffstat (limited to 'plugin/auth_examples')
-rw-r--r-- | plugin/auth_examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_examples/CMakeLists.txt b/plugin/auth_examples/CMakeLists.txt index c7b7e5be62d..d1152227eff 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 ClientPlugins) + MODULE_ONLY CLIENT COMPONENT ClientPlugins) |