Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2015 17:11:37 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392901 - head/databases/cego
Message-ID:  <201507251711.t6PHBbvt042586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Jul 25 17:11:37 2015
New Revision: 392901
URL: https://svnweb.freebsd.org/changeset/ports/392901

Log:
  databases/cego: 2.23.11 -> 2.23.12
  
  - In CegoQueryHelper::evalPredicate fixed termination for INSUB- and
    NOTINB queries. There was no reset at the end of the evaluation, which
    might lead to open table cursors. In case of procedure queries, this
    might lead to locking problems.
    Since the query is reset after evaluation, query caching is no more
    useful. This must be treated in an advanced way.
  - Further patches in CegoTableManager::deleteDataTable,
    CegoFactor::evalReferences and CegoSelect::nextTuple for advanced
    query cache handling. All patches have impact on queries of the form
    DELETE FROM t1 WHERE a IN ( SELECT ....)
  
  Submitted by:	Björn Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sat Jul 25 17:09:01 2015	(r392900)
+++ head/databases/cego/Makefile	Sat Jul 25 17:11:37 2015	(r392901)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.23.11
+PORTVERSION=	2.23.12
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -20,7 +20,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 
 USE_LDCONFIG=	yes
 
-USES=		ncurses readline libtool shebangfix
+USES=		libtool ncurses readline shebangfix
 SHEBANG_FILES=	tools/cgbackup tools/cgrecover
 
 USERS=		cego

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Jul 25 17:09:01 2015	(r392900)
+++ head/databases/cego/distinfo	Sat Jul 25 17:11:37 2015	(r392901)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.23.11.tar.gz) = ed29fb27396cbbb0e8d9f68d354088397d3275ddd8b528b3ebe1ccc23db46fe2
-SIZE (cego-2.23.11.tar.gz) = 1097625
+SHA256 (cego-2.23.12.tar.gz) = 16e067c4023125a15b2dbddfb0c630b89f04da309285eaaf2750b0e1b2d0fd2b
+SIZE (cego-2.23.12.tar.gz) = 1086254



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507251711.t6PHBbvt042586>