While working on AlgoreaBackend, I encountered a subtle but serious issue in Go’s MySQL ecosystem.
The standard Go MySQL driver — go-sql-driver/mysql — does not implement COM_RESET_CONNECTION.
Not disabled. Not optional. Simply not implemented.
And that has real architectural consequences.