diff options
author | pi <pi@FreeBSD.org> | 2016-12-24 18:03:01 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-12-24 18:03:01 +0800 |
commit | 7524d4e07f37be87c9a7bc7d1474c8f0edc25775 (patch) | |
tree | 1473fdcb79405f6d40a1ded427d1ce879ace805c /databases | |
parent | cba9b0e12c8c91dade02595c2985204fd95d54b5 (diff) | |
download | freebsd-ports-gnome-7524d4e07f37be87c9a7bc7d1474c8f0edc25775.tar.gz freebsd-ports-gnome-7524d4e07f37be87c9a7bc7d1474c8f0edc25775.tar.zst freebsd-ports-gnome-7524d4e07f37be87c9a7bc7d1474c8f0edc25775.zip |
databases/cego: update 2.32.2 -> 2.32.3
- Fix in CegoAction::insertStore and CegoAction::insertValueSpecStore;
for value array inserts via network, the ack for the protocol was
no satisfied ( e.g. insert into t1 values ( 1, 'XXX'),(2,'YYY'),...)
which leads to a hanging database client. Since class CegoQuey
was already prepared for bulk inserts, this was a simple fix,
just calling execQuery via insertStore parser method just one time.
- Code cleanup in CegoBTReeManager and CegoBTreeNode, use of static
method CegoDataPointer::getEncodingLength, (define of DPENCODINGLENGTH)
- Fix in CegoFileHandler::CleanDataFile,pageId was not calculated
correctly ( missing offset )
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 aee3a292100d..83e5983d6c6b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.32.2 +PORTVERSION= 2.32.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 689e25e72c63..c1cf609f2085 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482357931 -SHA256 (cego-2.32.2.tar.gz) = 919eb774c5fd53a5d24985605432cb28f5479afb571ffe589234163af64836f4 -SIZE (cego-2.32.2.tar.gz) = 1398456 +TIMESTAMP = 1482570949 +SHA256 (cego-2.32.3.tar.gz) = a4a5c0800606f18349152e702502c766db278b5aa61703f7a7fd474ef55e13cd +SIZE (cego-2.32.3.tar.gz) = 1449191 |