You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had implemented double buffering (#943) to workaround it. It increase memory usage and complexity.
After Go 1.19.10 containing this fix is released, let's remove the double buffering in go-mysql-driver v1.8.0.
P.S. We need to drop Go 1.18 support. It would violate our Go version support policy. But Go 1.21 will be released in August, before we release v1.8.0.
The text was updated successfully, but these errors were encountered:
Go 1.21 will fix race between Context cancel and
sql.RawBytes
.See golang/go#60304
It will be backported to Go 1.19.
We had implemented double buffering (#943) to workaround it. It increase memory usage and complexity.
After Go 1.19.10 containing this fix is released, let's remove the double buffering in go-mysql-driver v1.8.0.
P.S. We need to drop Go 1.18 support. It would violate our Go version support policy. But Go 1.21 will be released in August, before we release v1.8.0.
The text was updated successfully, but these errors were encountered: