Bug 158673

Summary: [mintainer] databases/mysql-connector-java update to 5.1.17
Product: Ports & Packages Reporter: Matthew Seaman <m.seaman>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mysql-connector-java.diff none

Description Matthew Seaman 2011-07-05 20:10:08 UTC
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.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2011-07-07 21:07:34 UTC
State Changed
From-To: open->closed

Committed, thanks
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-07 21:07:36 UTC
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"