Date: Fri, 15 Jul 2016 17:34:38 +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: r418597 - head/databases/cego Message-ID: <201607151734.u6FHYcrx047233@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Jul 15 17:34:38 2016 New Revision: 418597 URL: https://svnweb.freebsd.org/changeset/ports/418597 Log: databases/cego: 2.30.15 -> 2.30.17 - Fixed for point-in-time recovery, Date format handling was not done correectly - Elimination of BUFFERPOOLHASHKEY. The bufferpool position is now calculated based on the page offset of the corresponding datafile ( this information is provided by CegoFileHandler::getRegPageOffset ) This leads to a much better distribution and usage of the available buffer pool pages - Fix in CegoTableManager::createBTree, the creation of the btree object must be done in a dedicated exception block, otherwise the btree object is dropped, if it already exists. 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 Fri Jul 15 17:32:53 2016 (r418596) +++ head/databases/cego/Makefile Fri Jul 15 17:34:38 2016 (r418597) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.15 +PORTVERSION= 2.30.17 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Fri Jul 15 17:32:53 2016 (r418596) +++ head/databases/cego/distinfo Fri Jul 15 17:34:38 2016 (r418597) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468153274 -SHA256 (cego-2.30.15.tar.gz) = 8a4bc18a1734fd3871a79f9492ee9466cf9facdcc00dc35afa9e7277a4d3634c -SIZE (cego-2.30.15.tar.gz) = 1409377 +TIMESTAMP = 1468559487 +SHA256 (cego-2.30.17.tar.gz) = 6d398d23238b4e12f803afea594d21d94bc6a92a4957d8410598d2f389806c3d +SIZE (cego-2.30.17.tar.gz) = 1402038
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151734.u6FHYcrx047233>