MySQL Connector/J 5.1 Release Notes

4.10 Changes in MySQL Connector/J 3.1.6 (2004-12-23)

Bugs Fixed

  • DBMD.getProcedures() doesn't respect catalog parameter. (Bug #7026)

  • Fixed hang on SocketInputStream.read() with Statement.setMaxRows() and multiple result sets when driver has to truncate result set directly, rather than tacking a LIMIT n on the end of it.