summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2019-05-26 12:54:46 +0200
committerSergei Krivonos <sergei.krivonos@mariadb.com>2021-11-09 16:57:27 +0200
commit7acf31783c93b54e04d42c9ecec7c7426f5ca31f (patch)
tree07951177297c2c11ad2ea0549e179c02437f1cf6 /libmysqld
parentf7c6c02a06149aa4f41dd01173f2020a0756f8db (diff)
downloadmariadb-git-7acf31783c93b54e04d42c9ecec7c7426f5ca31f.tar.gz
Add new option NOT_EMBEDDED, for plugins
Means, plugin will not be available in embedded, even if compiled-in
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt
index 0266569eff6..e3d170fa47d 100644
--- a/libmysqld/CMakeLists.txt
+++ b/libmysqld/CMakeLists.txt
@@ -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
)