Bugs fixed:
An incorrect
ConstraintException
could be raised on anINSERT
when 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)
MySqlParameterCollection
and parameters added withInsert
method can not be retrieved later usingParameterName
. (Bug#27135)BINARY
andVARBINARY
columns would be returned as a string, not binary, data type. (Bug#25605)A critical
ConnectionPool
error would result in repeatedSystem.NullReferenceException
. (Bug#25603)When a
MySqlConversionException
is raised on a remote object, the client application would receive aSerializationException
instead. (Bug#24957)High CPU utilization would be experienced when there is no idle connection waiting when using pooled connections through
MySqlPool.GetConnection
. (Bug#24373)