mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
move debug_ and example_key_management plugins to test component
This commit is contained in:
parent
899c5c32cf
commit
d2ed256ef7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
MYSQL_ADD_PLUGIN(DEBUG_KEY_MANAGEMENT debug_key_management_plugin.cc
|
||||
MODULE_ONLY)
|
||||
MODULE_ONLY COMPONENT Test)
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
MYSQL_ADD_PLUGIN(EXAMPLE_KEY_MANAGEMENT example_key_management_plugin.cc
|
||||
MODULE_ONLY)
|
||||
MODULE_ONLY COMPONENT Test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue