mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 08:35:20 +00:00
81d9d3237f
Remove stalled unrecoverable connections from myqsl connections pool
6 lines
216 B
CMake
6 lines
216 B
CMake
add_executable (mysqlxx_test mysqlxx_test.cpp)
|
|
target_link_libraries (mysqlxx_test PRIVATE mysqlxx)
|
|
|
|
add_executable (mysqlxx_pool_test mysqlxx_pool_test.cpp)
|
|
target_link_libraries (mysqlxx_pool_test PRIVATE mysqlxx)
|