mirror of
https://github.com/MariaDB/server.git
synced 2025-08-17 21:39:33 +00:00
Add new option NOT_EMBEDDED, for plugins
Means, plugin will not be available in embedded, even if compiled-in
This commit is contained in:

committed by
Sergei Krivonos

parent
f7c6c02a06
commit
7acf31783c
@ -55,7 +55,7 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
|
||||
../sql/item_subselect.cc ../sql/item_sum.cc ../sql/item_timefunc.cc
|
||||
../sql/item_xmlfunc.cc ../sql/item_jsonfunc.cc
|
||||
../sql/key.cc ../sql/lock.cc ../sql/log.cc
|
||||
../sql/log_event.cc ../sql/mf_iocache.cc ../sql/my_decimal.cc
|
||||
../sql/log_event.cc ../sql/mf_iocache.cc ../sql/my_decimal.cc
|
||||
../sql/net_serv.cc ../sql/opt_range.cc ../sql/opt_sum.cc
|
||||
../sql/parse_file.cc ../sql/procedure.cc ../sql/protocol.cc
|
||||
../sql/records.cc ../sql/repl_failsafe.cc ../sql/rpl_filter.cc
|
||||
@ -154,7 +154,7 @@ SET(LIBS
|
||||
dbug strings mysys mysys_ssl pcre vio
|
||||
${ZLIB_LIBRARY} ${SSL_LIBRARIES}
|
||||
${LIBWRAP} ${LIBCRYPT} ${CMAKE_DL_LIBS}
|
||||
${MYSQLD_STATIC_PLUGIN_LIBS}
|
||||
${EMBEDDED_PLUGIN_LIBS}
|
||||
sql_embedded
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user