Changes in MySQL Connector/J 3.1.6 (2004-12-23)
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.