Browse Source
Bug #48665: sql-bench's insert test fails due to wrong result
Bug #48665: sql-bench's insert test fails due to wrong result
When merging ranges during calculation of the result of OR to two range sets the current range may be obsoleted by the resulting merged range. The first overlapping range can be obsoleted as well. Fixed by moving the pointer to the first overlapping range to the pointer of the resulting union range. Added few comments at key places in key_or().pull/374/head
3 changed files with 69 additions and 2 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue