mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
Merge branch '11.2' into 11.3
This commit is contained in:
commit
d21cb43db1
376 changed files with 8592 additions and 2464 deletions
|
|
@ -57,7 +57,7 @@ INCLUDE_DIRECTORIES(
|
|||
${CMAKE_SOURCE_DIR}/include
|
||||
${CMAKE_SOURCE_DIR}/sql
|
||||
${LIBFMT_INCLUDE_DIR}
|
||||
${PCRE_INCLUDES}
|
||||
${PCRE_INCLUDE_DIRS}
|
||||
${ZLIB_INCLUDE_DIR}
|
||||
${SSL_INCLUDE_DIRS}
|
||||
${CMAKE_BINARY_DIR}/sql
|
||||
|
|
@ -186,6 +186,7 @@ SET (SQL_SOURCE
|
|||
table_cache.cc encryption.cc temporary_tables.cc
|
||||
json_table.cc
|
||||
proxy_protocol.cc backup.cc xa.cc
|
||||
socketpair.c socketpair.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lex_hash.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lex_token.h
|
||||
${GEN_SOURCES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue