Bug 158673 - [mintainer] databases/mysql-connector-java update to 5.1.17
Summary: [mintainer] databases/mysql-connector-java update to 5.1.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-05 20:10 UTC by Matthew Seaman
Modified: 2011-07-07 21:10 UTC (History)
0 users

See Also:


Attachments
mysql-connector-java.diff (1.09 KB, patch)
2011-07-05 20:10 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"