diff options
author | pi <pi@FreeBSD.org> | 2015-07-26 01:11:37 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-07-26 01:11:37 +0800 |
commit | b69394f61584d12db72b6c971de30a2cd44fb5c3 (patch) | |
tree | 8acf11de3f712f8d31a8e99c6ef1f4f4f02a230f /databases | |
parent | 0a75c4d1765c28520cd787ef56e3fcb6f0dbcef2 (diff) | |
download | freebsd-ports-graphics-b69394f61584d12db72b6c971de30a2cd44fb5c3.tar.gz freebsd-ports-graphics-b69394f61584d12db72b6c971de30a2cd44fb5c3.tar.zst freebsd-ports-graphics-b69394f61584d12db72b6c971de30a2cd44fb5c3.zip |
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 <lemke@lemke-it.com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 4 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 791a6a3e3e1..0198a0728e3 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -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 diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 13d55b076ab..9497c1579c6 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 |