Bugs fixed:
An incorrect
ConstraintExceptioncould be raised on anINSERTwhen adding rows to a table with a multiple-column unique key index. (Bug#30204)The availability of a MySQL server would not be reset when using pooled connections (
pooling=true). This would lead to the server being reported as unavailable, even if the server become available while the application was still running. (Bug#29409)Publisher listed in "Add/Remove Programs" is not consistent with other MySQL products. (Bug#27253)
MySqlParameterCollectionand parameters added withInsertmethod can not be retrieved later usingParameterName. (Bug#27135)BINARYandVARBINARYcolumns would be returned as a string, not binary, data type. (Bug#25605)A critical
ConnectionPoolerror would result in repeatedSystem.NullReferenceException. (Bug#25603)When a
MySqlConversionExceptionis raised on a remote object, the client application would receive aSerializationExceptioninstead. (Bug#24957)High CPU utilization would be experienced when there is no idle connection waiting when using pooled connections through
MySqlPool.GetConnection. (Bug#24373)