Skip to content

Commit

Permalink
Add two Connector/NET bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jan 12, 2025
1 parent 158dce2 commit f2d7379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/tutorials/migrating-from-connector-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector.
* [#115937](https://bugs.mysql.com/bug.php?id=115937): Transaction isn't released after I/O timeout
* [#116146](https://bugs.mysql.com/bug.php?id=116146): `MySqlConnection.OpenAsync` throws exception when `UseCompression = true`
* [#116257](https://bugs.mysql.com/bug.php?id=116257): `NullReferenceException` thrown when using prepared statement under OpenTelemetry
* [#116382](https://bugs.mysql.com/bug.php?id=116382): `ExecuteNonQueryAsync` hangs with DDL if `UseCompression=True`
* [#117020](https://bugs.mysql.com/bug.php?id=117020): `MinPoolSize` configuration is not honored

### Fixed First by MySqlConnector

Expand Down

0 comments on commit f2d7379

Please sign in to comment.