1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

databases/cego: update 2.39.5 -> 2.39.7

- Fix in CegoTableManager::deleteDataTable, pBlock has to be checked
  for null value, otherwise crash recovery might crash. ( bug came
  with 2.39.0 to check for pBlock->getTriggerValueList )
- Some clob related fixes in CegoQueryHelper::decodeNativeFVL /
  decodeFVL relevant for recovery handling
- Fix in CegoRecoveryManager::recoverCurrentTransactionLog for the
  INSERT case. For the blob/clob handling, the lobREf values have not
  been set up correctly. This might lead to problems for table recovery
  with more than one lob row ( e.g. table t1 ( a blob , b clob )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
This commit is contained in:
Kurt Jaeger 2018-03-10 11:45:01 +00:00
parent c377e028d4
commit f8010281e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464070
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
PORTVERSION= 2.39.5
PORTVERSION= 2.39.7
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1520351789
SHA256 (cego-2.39.5.tar.gz) = 500bd0fd86301a89429307c9c69029fd3841b072083e2064fdc5d3f1b2b9b811
SIZE (cego-2.39.5.tar.gz) = 1673962
TIMESTAMP = 1520609229
SHA256 (cego-2.39.7.tar.gz) = 79c851c522073c39ca26205744ff4b533a149bfc6eb94fc1f4505f59433d25c4
SIZE (cego-2.39.7.tar.gz) = 1674130