aboutsummaryrefslogtreecommitdiffstats
path: root/databases/cego
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2018-04-08 01:22:23 +0800
committerpi <pi@FreeBSD.org>2018-04-08 01:22:23 +0800
commitbd2b0c523cd3fa4c4e6c3d477746bb0890df7765 (patch)
tree8a6d54f04e28eb99123eb9373233ac8980e1f94c /databases/cego
parent1e4105168f75405a18ef6c6e243da1c03c11ba8a (diff)
downloadfreebsd-ports-gnome-bd2b0c523cd3fa4c4e6c3d477746bb0890df7765.tar.gz
freebsd-ports-gnome-bd2b0c523cd3fa4c4e6c3d477746bb0890df7765.tar.zst
freebsd-ports-gnome-bd2b0c523cd3fa4c4e6c3d477746bb0890df7765.zip
databases/cego: update 2.39.12 -> 2.39.13
- Introduced CegoTransactionManager::getCrashAffectedTables method. In case of a crash recovery, all transaction affected tables have to be analysed for index objects. Before finishing transactions, the index objects have to be invalidated ( since they might be corrupted ) and after completion of transactions they have to be recreated. This is done now in CegoTableManager::finishOpenTransaction - Fixes in CegoLogManager, CegoRecoveryManager, CegoDistManager and CegoTableManager for LSN handling. Instead of saving the next LSN, now the current written LSN is recorded in CegoLogManager. This seems to be more natural, since a lot of methods set up the LSN to a value + 1. Also this fixes a mismatch between commited lsn and current lsn, which leads to a tableset recovery during startup in any case ( occured with version 2.39.9 ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases/cego')
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 6af9b52f32c0..1bde63f75a7c 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.39.12
+PORTVERSION= 2.39.13
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 400784723300..71e6088d81f4 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522947596
-SHA256 (cego-2.39.12.tar.gz) = 5e41fa096e1982ef2d1ba3e783d6374ff1dc9b994d19bf3920c328adaa73c61e
-SIZE (cego-2.39.12.tar.gz) = 1674154
+TIMESTAMP = 1523115064
+SHA256 (cego-2.39.13.tar.gz) = 664e24d4e5951744213e3e1b41639b943913014cb040ac743e7944a8f1662d3a
+SIZE (cego-2.39.13.tar.gz) = 1674488