• Monty's avatar
    Fixed MDEV-9347 Not all rows returned by the C API · 13b79f48
    Monty authored
    Problem was that insert-order (enforced by the optimizer) did not handle
    the case where the bitmap changed to a new one.
    
    Fixed by remembering the last bitmap page used and to force usage of this when inserting new rows
    13b79f48
ma_bitmap.c 94.7 KB