mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +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.
5 lines
212 B
CMake
5 lines
212 B
CMake
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/sql
|
|
${PCRE_INCLUDES}
|
|
${CMAKE_SOURCE_DIR}/extra/yassl/include)
|
|
|
|
MYSQL_ADD_PLUGIN(QUERY_CACHE_INFO qc_info.cc RECOMPILE_FOR_EMBEDDED)
|