• Jan Lindström's avatar
    MDEV-8522: InnoDB: Assertion failure in file fil0fil.cc line 475 · 53623d93
    Jan Lindström authored
    Analysis: In fil_crypt_space_needs_rotation we first make sure that
    tablespace is found and then separately that it is normal tablespace.
    Thus, tablespace could be dropped between these two functions calls.
    
    Fix: If space is not found from fil_system return tablespace type
    ULINT_UNDEFINED and naturally do not continue rotating space.
    53623d93
fil0fil.cc 186 KB