Bugs fixed:
The Web Provider did not work at all on a remote host, and did not create a database when using
autogenerateschema="true". (Bug#39072)The MySQL Connector/NET installer program ended prematurely without reporting the specific error. (Bug#39019)
When called with an incorrect password the
MembershipProvider.GetPassword()method threw aMySQLExceptioninstead of aMembershipPasswordException. (Bug#38939)Possible overflow in
MySqlPacket.ReadLong(). (Bug#36997)The
TokenizeSqlmethod was adding query overhead and causing high CPU utilization for larger queries. (Bug#36836)