Skip to content

Commit f2d7379

Browse files
committed
Add two Connector/NET bugs.
1 parent 158dce2 commit f2d7379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/tutorials/migrating-from-connector-net.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector.
257257
* [#115937](https://bugs.mysql.com/bug.php?id=115937): Transaction isn't released after I/O timeout
258258
* [#116146](https://bugs.mysql.com/bug.php?id=116146): `MySqlConnection.OpenAsync` throws exception when `UseCompression = true`
259259
* [#116257](https://bugs.mysql.com/bug.php?id=116257): `NullReferenceException` thrown when using prepared statement under OpenTelemetry
260+
* [#116382](https://bugs.mysql.com/bug.php?id=116382): `ExecuteNonQueryAsync` hangs with DDL if `UseCompression=True`
261+
* [#117020](https://bugs.mysql.com/bug.php?id=117020): `MinPoolSize` configuration is not honored
260262

261263
### Fixed First by MySqlConnector
262264

0 commit comments

Comments
 (0)