mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
a49e394399
49 changed files with 819 additions and 600 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue