Functionality Added or Changed
Implemented MySqlConnectionBuilder class.
Completely refactored how column values are handled to avoid boxing in some cases.
Implemented Usage Advisor.
Added Async query methods.
Implemented classes and interfaces for ADO.Net 2.0 support.
Added perfmon hooks for stored procedure cache hits and misses.
Implemented MySqlClientFactory class.
Added internal implemention of SHA1 so we don't have to distribute the OpenNetCF on mobile devices.
Added procedure metadata caching.
Reworked connection string classes to be simpler and faster.
Reimplemented PacketReader/PacketWriter support into
MySqlStream class.
Added usage advisor warnings for requesting column values by the wrong type.
Refactored test suite to test all protocols in a single pass.
Replaced use of ICSharpCode with .NET 2.0 internal deflate support.
Bugs Fixed
CommandText: Question mark in comment line is being parsed as a parameter. (Bug #6214)
