diff options
author | pi <pi@FreeBSD.org> | 2016-07-10 20:39:29 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-07-10 20:39:29 +0800 |
commit | 92e3b608de6fbc629dd58798ce9fca72f349e9f7 (patch) | |
tree | 6e0b468fada9b18ea5282d5c8457b8e4da7d2151 /databases | |
parent | 5e756503c99d9ce51fa23c66d6355f7d12da20fc (diff) | |
download | freebsd-ports-gnome-92e3b608de6fbc629dd58798ce9fca72f349e9f7.tar.gz freebsd-ports-gnome-92e3b608de6fbc629dd58798ce9fca72f349e9f7.tar.zst freebsd-ports-gnome-92e3b608de6fbc629dd58798ce9fca72f349e9f7.zip |
devel/lfcbase: 1.8.4 -> 1.8.5
databases/cego: 2.30.14 -> 2.30.15
lfcbase:
- Added statlock mutex in ThreadLock class for protecting statistic
counters. It seems, increment and decrement operators on atomic
values are no more thread safe ( Once it was, but I guess this is
a compiler issue )
Since the lock statistics can be disabled for production mode,
there is not performance impact caused by the additional mutex
calls
cego:
- Made __dateFormatList in CegoMain threadsafe
For the point-in-time recovery timestamp format, now the server
defined format is used ( variable CGPITFORMAT is obsolete )
- Added update sync mode. With this mode, the user can decide, if
an update or delete should be blocked until another concurrent
transaction is finished or return immediatly without updating
concurrent affected tuples
- Reactivation of rollback segment record locks in CegoLockHandler class.
In CegoObjectManager::insertData, in case of rollback segements
insert operations, the RB record lock is used instead of the
system record lock. This might avoid some deadlock situations.
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 5f51bb319de8..21e89e8193b0 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.14 +PORTVERSION= 2.30.15 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 07ddbf151b7d..18aa7ad2debf 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1467896783 -SHA256 (cego-2.30.14.tar.gz) = f37fcd7ab9063937e44ff28ddae5c3f24352c8891e0a3a0e826173d2b14d2cea -SIZE (cego-2.30.14.tar.gz) = 1406196 +TIMESTAMP = 1468153274 +SHA256 (cego-2.30.15.tar.gz) = 8a4bc18a1734fd3871a79f9492ee9466cf9facdcc00dc35afa9e7277a4d3634c +SIZE (cego-2.30.15.tar.gz) = 1409377 |