Bugs Fixed
Fixed problem where calling stored procedures might cause an "Illegal mix of collations" problem.
Fixed Objects not being disposed (Bug #6649)
Fixed double type handling in MySqlParameter(string parameterName, object value). (Bug #6428)
Fixed #HY000 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ (Bug #6322)
Fixed Installation directory ignored using custom installation (Bug #6329)
Fixed Long inserts take very long time (Bu #5453)
Fixed Charset-map for UCS-2 (Bug #6541)
Fixed Zero date "0000-00-00" is returned wrong when filling Dataset (Bug #6429)
Fixed problem where setting command text leaves the command in a prepared state
Updated the installer to include the new samples
Provider is now using character set specified by server as default
Fixed problem with MySqlBinary where string values could not be used to update extended text columns
Added charset connection string option
Added the TableEditor CS and VB sample
