mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
Added tests to verify MySQL port defaulting behavior: - MySQL URL without port defaults to 3306 - Explicit MySQL adapter defaults to 3306 - Both URL and explicit adapter scenarios work correctly This documents the expected behavior and ensures proper port handling across all MySQL connection scenarios. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>