K 10 svn:author V 2 pi K 8 svn:date V 27 2019-05-10T09:19:07.288382Z K 7 svn:log V 616 databases/cego: upgrade 2.44.10 -> 2.44.11 - Fix in CegoRecovery:::recoverCurrentTransactionLog, for LOGREC_INSERT and LOGREC_DELETE, the corresponding index have to be invalidated with CegoTableManager::invalidateIndexForTable. This logic was already implemented but removed in context of more sophisticated transaction handling ( patch 2.39.11 and around ) - Small fix in CegoObjectCursor constructor, changed _isEOC = false to _isEOC = ( pageId == 0 ). This causes getFirst to return false in case of truncated objects ( can occur for RBSEG objects ) Submitted by: Bjoern Lemke END