mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-13 09:20:25 +00:00
Joins the MySQL connection setup statements into a single statement to prevent issues with ProxySQL, which requires special handling of connections that might be shared between multiple backends. Fixes #422 Signed-off-by: Marcus Griep <marcus@griep.us>