boostorg / mysql

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

Connection pool: trigger reconnection on fatal errors #254

Open anarthal opened 4 months ago

anarthal commented 4 months ago

If a pooled connection encounters a fatal error (as per #253), we should trigger a re-connection. Currently: