K 10 svn:author V 2 pi K 8 svn:date V 27 2016-12-24T10:03:01.807899Z K 7 svn:log V 738 databases/cego: update 2.32.2 -> 2.32.3 - Fix in CegoAction::insertStore and CegoAction::insertValueSpecStore; for value array inserts via network, the ack for the protocol was no satisfied ( e.g. insert into t1 values ( 1, 'XXX'),(2,'YYY'),...) which leads to a hanging database client. Since class CegoQuey was already prepared for bulk inserts, this was a simple fix, just calling execQuery via insertStore parser method just one time. - Code cleanup in CegoBTReeManager and CegoBTreeNode, use of static method CegoDataPointer::getEncodingLength, (define of DPENCODINGLENGTH) - Fix in CegoFileHandler::CleanDataFile,pageId was not calculated correctly ( missing offset ) Submitted by: Bjoern Lemke END