mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
- Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINE
- Fix semisync library prefix (remove lib on Unixes) - restrict exported symbols from zlib and yassl (fvisibility=hidden)
This commit is contained in:
parent
43770e8f3f
commit
d2139f3135
22 changed files with 145 additions and 203 deletions
|
|
@ -21,4 +21,4 @@ IF(NOT WITH_FEDERATED AND NOT WITH_FEDERATED_STORAGE_ENGINE)
|
|||
# mysqld and are optimized away by the linker.
|
||||
SET(FEDERATED_SOURCES ${FEDERATED_SOURCES} ${CMAKE_SOURCE_DIR}/mysys/string.c)
|
||||
ENDIF()
|
||||
MYSQL_STORAGE_ENGINE(FEDERATED)
|
||||
MYSQL_ADD_PLUGIN(federated ${FEDERATED_SOURCES} STORAGE_ENGINE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue