boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
252 stars 32 forks source link

Tests for !BOOST_ASIO_HAS_LOCAL_SOCKETS #196

Closed anarthal closed 2 months ago

anarthal commented 8 months ago

All our CI systems have BOOST_ASIO_HAS_LOCAL_SOCKETS defined, but some legacy systems may not support it. Include a build that makes BOOST_ASIO_HAS_LOCAL_SOCKETS false.