databases/cego: update 2.38.20 -> 2.39.1
- Introduced table locking statements to set an explicit lock on a table ( e.g. for update synchronisation ). This feature replaces the "set update sync on/off" command - Trigger implementation basically completed - Fix in CegoQueryHelper::encodeFVL, for blob/clob values lists, the corresponding index variables ( blobidx/clobidx ) have not been increaed while encoding lob data. This might lead to invalid results and seg faults in case of multiple lobs values in one insert/update operation. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
This commit is contained in:
parent
ecec71a78a
commit
4ddc75fd13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463258
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cego
|
||||
PORTVERSION= 2.38.20
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.39.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1519534154
|
||||
SHA256 (cego-2.38.20.tar.gz) = 047d18fa1e9cbc704d855e97f32abe4f653365b10822ae7f2e7187f5eb7e0765
|
||||
SIZE (cego-2.38.20.tar.gz) = 1667961
|
||||
TIMESTAMP = 1519754494
|
||||
SHA256 (cego-2.39.1.tar.gz) = 7e5aac904057e4f77a0935ef940e2965a16e1bb820fc9698d247e2baccf1e594
|
||||
SIZE (cego-2.39.1.tar.gz) = 1677898
|
||||
|
@ -1,3 +1,11 @@
|
||||
%%DATADIR%%/backupManager
|
||||
%%DATADIR%%/cgbackup
|
||||
%%DATADIR%%/cgmkdb
|
||||
%%DATADIR%%/cgrecover
|
||||
%%DATADIR%%/cgsimload
|
||||
%%DATADIR%%/logManager
|
||||
%%DATADIR%%/startdb
|
||||
%%DATADIR%%/stopdb
|
||||
bin/cego
|
||||
bin/cgadm
|
||||
bin/cgblow
|
||||
@ -118,6 +126,8 @@ include/cego/CegoTableManager.h
|
||||
include/cego/CegoTableObject.h
|
||||
include/cego/CegoTerm.h
|
||||
include/cego/CegoTransactionManager.h
|
||||
include/cego/CegoTrigger.h
|
||||
include/cego/CegoTriggerObject.h
|
||||
include/cego/CegoTupleState.h
|
||||
include/cego/CegoTypeConverter.h
|
||||
include/cego/CegoView.h
|
||||
@ -135,11 +145,3 @@ lib/libcgwrap.a
|
||||
lib/libcgwrap.so
|
||||
lib/libcgwrap.so.2
|
||||
lib/libcgwrap.so.2.0.0
|
||||
%%DATADIR%%/backupManager
|
||||
%%DATADIR%%/cgbackup
|
||||
%%DATADIR%%/cgmkdb
|
||||
%%DATADIR%%/cgrecover
|
||||
%%DATADIR%%/cgsimload
|
||||
%%DATADIR%%/logManager
|
||||
%%DATADIR%%/startdb
|
||||
%%DATADIR%%/stopdb
|
||||
|
Loading…
Reference in New Issue
Block a user