aboutsummaryrefslogtreecommitdiff
path: root/databases/cego
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-09-20 17:04:19 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-09-20 17:04:19 +0000
commit54997ba2b78163b80b979a50ce80c98f8f3bfa9e (patch)
treecb3cdd3e444dab7d8443f929cdf7640af4cde932 /databases/cego
parent739e62e0b75fae9bb8bf11cd8cfd36c88d9c605f (diff)
downloadports-54997ba2b78163b80b979a50ce80c98f8f3bfa9e.tar.gz
ports-54997ba2b78163b80b979a50ce80c98f8f3bfa9e.zip
databases/cego: 2.25.1 -> 2.25.3
- Decreased default cache size values to 100k ( query + table ) - Next fileId (CegoXMLSpace::nextFID ) calculation now analyses the existing fileId and uses the lowest available. The MAXFID attribute in the database xml file is no more used. This avoids, that file id exceeds in case of frequent creation and removement of tablesets. - Some format correction in CegoAdminHandler - Increased parameter FILMNG_MAXDATAFILE to 10000 and TABMNG_MAXTABSET to 500 - Optimization added in CegoDisCursor::distSetup(CegoAttrCond) If the native table cursor could not set up either FULL or PART, the table cursor retrieved all available rows from the corresponding table. In this case, the table also can be cached to improve subsequent queries for this table. This fix is relevant for queries like select * from t1 where b like '%X%', since the like condition cannot be used by the table cursor Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Notes
Notes: svn path=/head/; revision=397379
Diffstat (limited to 'databases/cego')
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 6d41590e7b80..880f2bfc8000 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.25.1
+PORTVERSION= 2.25.3
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 3b955d5797d9..6428d282bd33 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cego-2.25.1.tar.gz) = 931edbfde525374714d08ba04cc7aa619ea61a0cb963707787fcdc7a97495e9e
-SIZE (cego-2.25.1.tar.gz) = 1223815
+SHA256 (cego-2.25.3.tar.gz) = 68712d9be6343197377eb0cd0a89872fd2d8c0b17190c3b6d73583d42885c937
+SIZE (cego-2.25.3.tar.gz) = 1224506