mirror of
https://github.com/boostorg/mysql.git
synced 2026-01-28 07:22:26 +00:00
Changed the algorithm that calculates how many connections to create to correctly take into account the number of pending requests. This makes the pool resize as expected and avoids potential deadlocks. close #395