Date: Sat, 24 Dec 2016 10:03:02 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429319 - head/databases/cego Message-ID: <201612241003.uBOA3240054018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Dec 24 10:03:01 2016 New Revision: 429319 URL: https://svnweb.freebsd.org/changeset/ports/429319 Log: 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> Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Dec 24 09:55:00 2016 (r429318) +++ head/databases/cego/Makefile Sat Dec 24 10:03:01 2016 (r429319) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.32.2 +PORTVERSION= 2.32.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Dec 24 09:55:00 2016 (r429318) +++ head/databases/cego/distinfo Sat Dec 24 10:03:01 2016 (r429319) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612241003.uBOA3240054018>