mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Added socketpair.c as a replacement for 'pipe()' call for Windows.
This was needed to get semisync to work on Windows.
This commit is contained in:
parent
7af50e4df4
commit
1ca813bf76
6 changed files with 263 additions and 14 deletions
|
|
@ -175,6 +175,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