svn commit: r462859 - head/databases/cego
Kurt Jaeger
pi at FreeBSD.org
Sat Feb 24 19:09:18 UTC 2018
Author: pi
Date: Sat Feb 24 19:09:17 2018
New Revision: 462859
URL: https://svnweb.freebsd.org/changeset/ports/462859
Log:
databases/cego: 2.38.19 -> 2.38.20
- For heavy update operations on tables with btrees using embedding
transactions, duplicate btree errors may occur. This is caused
by not checking corresponding tuple states. To solve this problem,
the following fixes have been done :
o Fix in CegoTableManager::checkBTreeIntegrity : The tuple state for
found entries has to be checked if state = COMMITTED
o Fix in CegoBTreeNode:checkForAffected ( was checkForDeleted before ) :
The tuple state has already checked for state
INSERTED if tid != dataTid
Submitted by: Bjoern Lemke <lemke at lemke-it.com>
Modified:
head/databases/cego/Makefile
head/databases/cego/distinfo
Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile Sat Feb 24 19:08:19 2018 (r462858)
+++ head/databases/cego/Makefile Sat Feb 24 19:09:17 2018 (r462859)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.38.19
+PORTVERSION= 2.38.20
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo Sat Feb 24 19:08:19 2018 (r462858)
+++ head/databases/cego/distinfo Sat Feb 24 19:09:17 2018 (r462859)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518552352
-SHA256 (cego-2.38.19.tar.gz) = e7edd61705b5163d63ae3f88ac3646bd802588119ee55df0b5f6512ab98ad1f0
-SIZE (cego-2.38.19.tar.gz) = 1667567
+TIMESTAMP = 1519312089
+SHA256 (cego-2.38.20.tar.gz) = a2264edc988e27bc58653ffa4e3c2aa63454825dc4c1b8d8947e7a8c76e5c8ff
+SIZE (cego-2.38.20.tar.gz) = 1667911
More information about the svn-ports-all
mailing list