From owner-svn-ports-head@freebsd.org Sat Jul 25 17:11:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E1789AB1CF; Sat, 25 Jul 2015 17:11:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6516610CB; Sat, 25 Jul 2015 17:11:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PHBc4q042588; Sat, 25 Jul 2015 17:11:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PHBbvt042586; Sat, 25 Jul 2015 17:11:37 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507251711.t6PHBbvt042586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 25 Jul 2015 17:11:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392901 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2015 17:11:38 -0000 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 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