Routine bugfix update to version 5.1.17 ChangeLog: 07-04-11 - Version 5.1.17 - Fix for Bug#61332 - LIKE not optimized in server when run against I__S tables and no wildcards used. Databases/tables with "_" and/or "%" in their names (escaped or not) will be handled by this code path, although slower, since it's rare to find these characters in table names in SQL. If there's a "_" or "%" in the string, LIKE will take care of that, otherwise we now use = . The only exception is information_schema database which is handled separately. Patch covers both getTables() and getColumns(). - Fix for Bug#61150 - First call to stored procedure fails with "No Database Selected". The workaround introduced in DatabaseMetaData.getCallStmtParameterTypes to fix the bug in server where SHOW CREATE PROCEDURE was not respecting lower-case table names is misbehaving when connection is not attached to database and on non-casesensitive OS. - Fix for Bug#61105 - Avoid a concurrent bottleneck in Java's character set encoding/decoding when converting bytes to/from Strings.
State Changed From-To: open->closed Committed, thanks
arved 2011-07-07 20:07:24 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile distinfo Log: Update to 5.1.17 PR: 158673 Submitted by: maintainer Revision Changes Path 1.58 +1 -1 ports/databases/mysql-connector-java/Makefile 1.36 +2 -2 ports/databases/mysql-connector-java/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"