• Georgi Kodinov's avatar
    Bug #48665: sql-bench's insert test fails due to wrong result · 405c9310
    Georgi Kodinov authored
    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().
    405c9310
range.test 47.1 KB