ports/158673: [mintainer] databases/mysql-connector-java update to 5.1.17

Matthew Seaman m.seaman at infracaninophile.co.uk
Tue Jul 5 19:10:08 UTC 2011


>Number:         158673
>Category:       ports
>Synopsis:       [mintainer] databases/mysql-connector-java update to 5.1.17
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 05 19:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #44 r222989: Sat Jun 11 21:09:28 BST 2011 root at lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

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.
    


>How-To-Repeat:
	
>Fix:

	

--- mysql-connector-java.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-connector-java/Makefile,v
retrieving revision 1.57
diff -u -u -r1.57 Makefile
--- Makefile	31 May 2011 03:12:01 -0000	1.57
+++ Makefile	5 Jul 2011 19:03:20 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mysql-connector-java
-PORTVERSION=	5.1.16
+PORTVERSION=	5.1.17
 CATEGORIES=	databases java
 MASTER_SITES=	${MASTER_SITE_MYSQL}
 MASTER_SITE_SUBDIR=	Connector-J
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/mysql-connector-java/distinfo,v
retrieving revision 1.35
diff -u -u -r1.35 distinfo
--- distinfo	31 May 2011 03:12:01 -0000	1.35
+++ distinfo	5 Jul 2011 19:03:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (mysql-connector-java-5.1.16.tar.gz) = 773f9ad60361de473843a051f82616f03b9b9f2e49c00ee12630466f50a622e4
-SIZE (mysql-connector-java-5.1.16.tar.gz) = 3834647
+SHA256 (mysql-connector-java-5.1.17.tar.gz) = 43f10bc17283e0f155f9fb7a676ee4a0f372bad793da5d38251d5759eaed34ed
+SIZE (mysql-connector-java-5.1.17.tar.gz) = 3826020
--- mysql-connector-java.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list