diff options
author | pi <pi@FreeBSD.org> | 2017-07-16 21:47:20 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-07-16 21:47:20 +0800 |
commit | 2091edc1f89f69b018663fc30e7705f696d8fb3c (patch) | |
tree | 1f43f32a226d00b45415ca184c840e88c3f83e22 /databases | |
parent | f739381ff5038196385876c78fdcc8c2aa53f55e (diff) | |
download | freebsd-ports-gnome-2091edc1f89f69b018663fc30e7705f696d8fb3c.tar.gz freebsd-ports-gnome-2091edc1f89f69b018663fc30e7705f696d8fb3c.tar.zst freebsd-ports-gnome-2091edc1f89f69b018663fc30e7705f696d8fb3c.zip |
databases/cego: update 2.33.18 -> 2.33.19
- Fix in CegoOrderSpace::insertTuple, for the localTuple variable,
also a dedicated copy has to be allocated, otherwise it may happen
that invalid tuple references ( caused be page relocation ) lead
to invalid order results
- Added performance optimization to CegoTableManager::updateTuple.
The already evaluated index, key and checklist are also provided
to checkIntegrity method now ( instead of retrieving the lists again).
The improves performance for updates with many tuples significantly
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 827f0b214bd6..2d3310734d81 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.18 +PORTVERSION= 2.33.19 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 12f848c7123d..c94ddb78edfa 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499977796 -SHA256 (cego-2.33.18.tar.gz) = d897a59fae19d88ea371e7a917ddf9ed5638e1550c871439827d662a3721490d -SIZE (cego-2.33.18.tar.gz) = 1407615 +TIMESTAMP = 1500212451 +SHA256 (cego-2.33.19.tar.gz) = 32d81bd0e17da60818ebbddbb0d8addc919108f25173e07565a789c9a49bdeb7 +SIZE (cego-2.33.19.tar.gz) = 1408091 |