• Monty's avatar
    MDEV-33622 Server crashes when the UPDATE statement (which has duplicate key)... · cfa8268e
    Monty authored
    MDEV-33622 Server crashes when the UPDATE statement (which has duplicate key) is run after setting a low thread_stack
    
    This was caused by wrong allocation of variable on stack.
    (Was allocating 4K of data instead of 512 bytes).
    
    No test case as the original MDEV test cases is not usable for mtr.
    cfa8268e
my_bitmap.h 5.74 KB