K 10 svn:author V 2 pi K 8 svn:date V 27 2017-04-01T08:18:38.760638Z K 7 svn:log V 1428 devel/lfcbase: update 1.9.2 -> 1.9.3 databases/cego: update 2.33.1 -> 2.33.3 lfcbase: - Small fixes for Monitor and Pager class, adding missing ifdef for curses option in Pager class, replaced CGNOCURSES with LFCNOCURSES cego: - Fix in CegoRecoveryManager::recoverTableSet, before calling transactionRecovery, we have to set flag setIgnoreInvalid to true. During transaction recovery phase, we must ignore invalid btrees/index objects since these objects could be invalidated but Log data integrity and consistency is ensured - Added implizit tableset btree and index correction to recovery procedure ( CegoRecoveryManager::recoverTableSet ) - Small syntax for cgadm from "backup TS" to "backup tableset TS" ( conform to other tableset commands ) - Fix in CegoTableManager::deleteDataTableEntryAtomic / updateDataTableSynced / beginTransaction / commitTransaction / rollbackTransaction to avoid log entries for forced transactions ( introduction of doLog flag ). - Fix in CegoTableManager:deleteDataTable to avoid object synchronisation during recovery phase ( introduction of isSynced flag ), since during recovery phase, still no objects are registered and there is no need for synchronization - Added further admin console messages for recovery procedure. This enables the database admin to follow the recovery procedure on admin console level Submitted by: Bjoern Lemke END