freebsd-ports/databases/cego
Kurt Jaeger 1f54b61159 databases/cego: 2.23.3 -> 2.23.6
- Fix in CegoSelect::buildJoinTables.
  After growStep match, growStep is now reset to 1.
  This avoids to add tables to the joinlist, which are still not
  treated for any appropriate join condition. As an effect of this
  bug, execution plan is not evaluated in an optimal manner, which
  might lead to long execution times
- Fix in CegoTableManager::insertDataTable, in case of constraint
  violation, btrees have not been cleaned up. This may result in
  inconsistent btree objects.
- Added a fix in CegoTableManager::updateTuple.
  The core operation consists of a deleteDataTable and a
  insertDataTable method call. For the insertDataTable method call,
  the logging still was enabled. So in addition to an update
  operation, also an insert operation was done. In case of recovery
  operations, this lead to duplicate entries. Fix:
  just change isLogging parameter value for insertDataTable method
  from true to false.

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2015-06-06 03:25:28 +00:00
..
distinfo databases/cego: 2.23.3 -> 2.23.6 2015-06-06 03:25:28 +00:00
Makefile databases/cego: 2.23.3 -> 2.23.6 2015-06-06 03:25:28 +00:00
pkg-descr
pkg-plist databases/cego: 2.23.0 -> 2.23.1 2015-05-15 20:48:59 +00:00