mirror of
https://github.com/MariaDB/server.git
synced 2025-08-17 21:39:33 +00:00
Merge 10.6 into 10.7
This commit is contained in:
@ -145,6 +145,9 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
|
||||
ADD_CONVENIENCE_LIBRARY(sql_embedded ${SQL_EMBEDDED_SOURCES})
|
||||
DTRACE_INSTRUMENT(sql_embedded)
|
||||
ADD_DEPENDENCIES(sql_embedded GenError GenServerSource)
|
||||
IF(TARGET pcre2)
|
||||
ADD_DEPENDENCIES(sql_embedded pcre2)
|
||||
ENDIF()
|
||||
|
||||
# On Windows, static embedded server library is called mysqlserver.lib
|
||||
# On Unix, it is libmysqld.a
|
||||
|
Reference in New Issue
Block a user