• Roshan Khatri's avatar
    Reset later item flag after defrag later is done (#12694) · 7d68208a
    Roshan Khatri authored
    Fixing issues described in #12672, started after #11695
    Related to #12674
    
    Fixes the `defrag didn't stop' issue.
    
    In some cases of how the keys were stored in memory
    defrag_later_item_in_progress was not getting reset once we finish
    defragging the later items and we move to the next slot. This stopped
    the scan to happen in the later slots and did not get 
    7d68208a
defrag.c 40.2 KB