aboutsummaryrefslogtreecommitdiffstats
path: root/databases/cego
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2015-07-19 16:27:59 +0800
committerpi <pi@FreeBSD.org>2015-07-19 16:27:59 +0800
commit5273f723a2dfd249d70de380a33a614a2d86a21b (patch)
treec565119d0905933dc491eb4ee29f21296cb1e933 /databases/cego
parent4393951e2f03b2c04ad5041a2e1ca206c1265605 (diff)
downloadfreebsd-ports-gnome-5273f723a2dfd249d70de380a33a614a2d86a21b.tar.gz
freebsd-ports-gnome-5273f723a2dfd249d70de380a33a614a2d86a21b.tar.zst
freebsd-ports-gnome-5273f723a2dfd249d70de380a33a614a2d86a21b.zip
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>
Diffstat (limited to 'databases/cego')
-rw-r--r--databases/cego/Makefile3
-rw-r--r--databases/cego/distinfo4
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index c09c7970e47b..831d71878281 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -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/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 3aa3343daf98..a1a0e31f4588 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -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