HomeFreeBSD

databases/cego: 2.25.3 -> 2.26.2

Description

databases/cego: 2.25.3 -> 2.26.2

  • Fix in CegoBufferPool::calcHas and CegoBufferPool::calcSegement For large file id's the integer range for the hash key might be exceeded, which lead to wrong address calculation. The hash key now is calculated in long based values
  • Introduced server mode with same behaviour as daemon mode, but no child process is forked and server can be terminated with Ctrl-C
  • Small formatting fix in CegoOutput
  • Fix in CegoDistCursor for inner and outer joins Inner or outer joins with additional where condition might return incorrect result set since the condition was just evaluated inside the join. To correct this, the WHERE condition is also checked via evalCondition. This required also a fix in the evalCondition method.
  • Added multi segment support to CegoBufferPool. Since the pool is divided now into several memory segments, this allows larger buffer pool configurations.
  • Improvements for output formatting regarding string functions (cegoFunction::getReturnTypeLen). Size of required column field size is now calculated, so the outlook looks more pretty
  • Added hints from David Binderman in CegoAction::backChar and CegoBufferPage::printPage ( changed pointer comparison to avoid -Wextra compile warnings ) Thanks !

Submitted by: Bjoern Lemke <lemke@lemke-it.com>

Details

Provenance
piAuthored on
Parents
rP398571: Update to 10.0
Branches
Unknown
Tags
Unknown