diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-04-10 14:24:58 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-04-10 14:24:58 +0200 |
commit | d2ed256ef7c1abd8ae81b455aa00a7e30703e529 (patch) | |
tree | c014df181a212b696903b5ea53bd7a87c707efca /plugin/example_key_management | |
parent | 899c5c32cf87166ec945750e45209f1f0c14cca8 (diff) | |
download | mariadb-git-d2ed256ef7c1abd8ae81b455aa00a7e30703e529.tar.gz |
move debug_ and example_key_management plugins to test component
Diffstat (limited to 'plugin/example_key_management')
-rw-r--r-- | plugin/example_key_management/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/example_key_management/CMakeLists.txt b/plugin/example_key_management/CMakeLists.txt index a121e6c1f7d..fe893e5368e 100644 --- a/plugin/example_key_management/CMakeLists.txt +++ b/plugin/example_key_management/CMakeLists.txt @@ -1,2 +1,2 @@ MYSQL_ADD_PLUGIN(EXAMPLE_KEY_MANAGEMENT example_key_management_plugin.cc - MODULE_ONLY) + MODULE_ONLY COMPONENT Test) |