mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
7bf409593e
Do not exporting mysqld entry points directly. This is needed for mariabackup, to load encryption plugins on Windows. All plugins are "pure" by default. To mark plugin "impure" it should use RECOMPILE_FOR_EMBEDDED or STORAGE_ENGINE keyword.
3 lines
161 B
CMake
3 lines
161 B
CMake
SET(METADATA_LOCK_INFO_SOURCES metadata_lock_info.cc)
|
|
MYSQL_ADD_PLUGIN(metadata_lock_info ${METADATA_LOCK_INFO_SOURCES}
|
|
RECOMPILE_FOR_EMBEDDED)
|