diff options
author | pi <pi@FreeBSD.org> | 2017-04-22 23:29:38 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-04-22 23:29:38 +0800 |
commit | 0312f8769ea2192a464dd16e1c2356ca56d1da88 (patch) | |
tree | f2fa7716df38a66eeb6770e8a6f8c42e5cfa1fc1 /databases/cego | |
parent | e2d8b19ab6146a221345bb497ea5a9be2b7acdda (diff) | |
download | freebsd-ports-gnome-0312f8769ea2192a464dd16e1c2356ca56d1da88.tar.gz freebsd-ports-gnome-0312f8769ea2192a464dd16e1c2356ca56d1da88.tar.zst freebsd-ports-gnome-0312f8769ea2192a464dd16e1c2356ca56d1da88.zip |
databases/cego: update 2.33.6 -> 2.33.8
- Fix in CegoSelect::buildJoinConditions, the _attrPred array has
to be set up. Otherwise it may occur, that the predicate is not
evaluated, if it could not been evaluated by the table curser
condition.
- Furthermore, a setup method has been introduced for CegoAttrCond
to evalute joinBuf and parentJoinBuf ( if both references occur in
a condition this is needed )
- Optimization in CegoCheckpoint::checkpointReached, if interval
was reduced, we set up the new interval
- Fix in CegoTableManager::removeAllComp, first we have to remove
from the list, the we can free the memory. On Linux system with
g++, the previous sequence might lead to memory faults
- Fix in CegoRecoveryManager::recoverTableSet, after regDataFiles,
als registerObjects method must be called, otherwise recovery could
fail in case of table view recoveries
- Optimization in CegoDistManager::stopDistTableSet, the new
introduced method CegoDatabaseManager::removeAllObjects is called,
the ensure object cache cleaning
- Added prompt command line option to cgadm to set up specific prompt value
- Adding formating improvements to CegoAdminHandler for show logmng
and show backupmng commands
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases/cego')
-rw-r--r-- | databases/cego/Makefile | 3 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index b9b2c73433ac..3b8b643c8f7b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.6 -PORTREVISION= 1 +PORTVERSION= 2.33.8 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index b8c879ad41dd..a91a2d7c7da2 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492110007 -SHA256 (cego-2.33.6.tar.gz) = 9359df63406ba7526e741b9821cc49116cbb1d0a73b5fc7641c83e8222b92910 -SIZE (cego-2.33.6.tar.gz) = 1400693 +TIMESTAMP = 1492874415 +SHA256 (cego-2.33.8.tar.gz) = b88e4f1f7c79d52a4b40b69ba507da678d3ab0c9ace38876dd6080195fdaa512 +SIZE (cego-2.33.8.tar.gz) = 1403097 |