mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-08 17:51:24 +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>