Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No explicit
USE database
statement (#54132)
* No explicit `USE database` statement No need to explicitly send another `USE database` statement. The database is already selected via the DSN string. Multiple reasons for this: - One less round trip per connection - No connection pinning when used with a proxy (e.g. RDS Proxy). * Update MySqlConnector.php * Update MySqlConnector.php * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
- Loading branch information