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:
Monty 2023-12-25 15:30:03 +02:00
commit 1ca813bf76
6 changed files with 263 additions and 14 deletions

View file

@ -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}