MySQL Connector/NET Release Notes  /  Changes in MySQL Connector/Net 6.4  /  Changes in MySQL Connector/NET 6.4.1 (2011-06-06, Alpha)

Changes in MySQL Connector/NET 6.4.1 (2011-06-06, Alpha)

First alpha release.

Functionality Added or Changed

  • Calling a stored procedure with output parameters caused a marked performance decrease. (Bug #60366, Bug #12425959)

  • Changed how the procedure schema collection is retrieved. If the connection string contains use procedure bodies=true then a SELECT is performed on the mysql.proc table directly, as this is up to 50 times faster than the current Information Schema implementation. If the connection string contains use procedure bodies=false, then the Information Schema collection is queried. (Bug #36694)