diff options
author | pi <pi@FreeBSD.org> | 2015-09-21 01:04:19 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-09-21 01:04:19 +0800 |
commit | a20d71dc58061747a5311bff8d24ab65b5f0821a (patch) | |
tree | cb3cdd3e444dab7d8443f929cdf7640af4cde932 /databases | |
parent | fc7406f7de43a33451d37fa9cd3e04e2f52bbfd1 (diff) | |
download | freebsd-ports-gnome-a20d71dc58061747a5311bff8d24ab65b5f0821a.tar.gz freebsd-ports-gnome-a20d71dc58061747a5311bff8d24ab65b5f0821a.tar.zst freebsd-ports-gnome-a20d71dc58061747a5311bff8d24ab65b5f0821a.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>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 |
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 |