Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2015 08:28:00 +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: r392489 - head/databases/cego
Message-ID:  <201507190828.t6J8S0CN052220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jul 19 08:27:59 2015
New Revision: 392489
URL: https://svnweb.freebsd.org/changeset/ports/392489

Log:
  databases/cego: 2.23.9 -> 2.23.10
  
  - Fix in CegoSelect::nextGroupedTuple.
    For the 'grouping key' values, a local copy of CegoFieldValue has to be
    created. Otherwise, grouping references might be invalidated, which result
    in aborted grouping queries with strange error message ( No token
    available ) on client side.
    For local copy creation, the CegoFieldValue::getLocalCopy method has
    been modified ( was not used until now ).
    This effect was observed with small buffer poolsizes in
    combination with grouping queries on large tables. The probability
    of grouping key invalidation is higher in that case, because
    buffer pool pages are reloaded more often.
  
  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	Sun Jul 19 07:42:21 2015	(r392488)
+++ head/databases/cego/Makefile	Sun Jul 19 08:27:59 2015	(r392489)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.23.9
-PORTREVISION=	1
+PORTVERSION=	2.23.10
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Jul 19 07:42:21 2015	(r392488)
+++ head/databases/cego/distinfo	Sun Jul 19 08:27:59 2015	(r392489)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.23.9.tar.gz) = 99e045faac72bf9a3d84219865d6658e2eeb7d136c0cf37261fb10cce3fe208b
-SIZE (cego-2.23.9.tar.gz) = 1085164
+SHA256 (cego-2.23.10.tar.gz) = ceb60cf96031206137b2ea43c100fa82404b298d4c9eb45d4284673a2ba103b1
+SIZE (cego-2.23.10.tar.gz) = 1085238



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