File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,9 @@ The following bugs in Connector/NET are fixed by switching to MySqlConnector.
254
254
* [ #115155 ] ( https://bugs.mysql.com/bug.php?id=115155 ) : MySql.Data executes ` SET NAMES ` using an unsupported value
255
255
* [ #115168 ] ( https://bugs.mysql.com/bug.php?id=115168 ) : ` MySqlDataReader.GetX ` performs culture-sensitive conversions
256
256
* [ #115222 ] ( https://bugs.mysql.com/bug.php?id=115222 ) : ` MySqlPool.ClearAsync ` is not thread-safe
257
+ * [ #115937 ] ( https://bugs.mysql.com/bug.php?id=115937 ) : Transaction isn't released after I/O timeout
258
+ * [ #116146 ] ( https://bugs.mysql.com/bug.php?id=116146 ) : ` MySqlConnection.OpenAsync ` throws exception when ` UseCompression = true `
259
+ * [ #116257 ] ( https://bugs.mysql.com/bug.php?id=116257 ) : ` NullReferenceException ` thrown when using prepared statement under OpenTelemetry
257
260
258
261
### Fixed First by MySqlConnector
259
262
You can’t perform that action at this time.
0 commit comments