• Monty's avatar
    Fixed assert in Aria on SHOW PROCEDURE STATUS · 141cf43e
    Monty authored
    MDEV-18457 Assertion `(bitmap->map +
               (bitmap->full_head_size/6*6)) <= full_head_end failed
    
    The problem was that full_head_size was not calculated correctly
    in the case when insert_order was inforced, which is the case
    for SHOW commands.
    141cf43e
sp2.result 1.1 KB