svn commit: r392489 - head/databases/cego
Kurt Jaeger
pi at FreeBSD.org
Sun Jul 19 08:28:01 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list