• Eugene Kosov's avatar
    MDEV-19298 Assertion `space->id != 0xFFFFFFFEU || space ==... · e4cff9a8
    Eugene Kosov authored
    MDEV-19298 Assertion `space->id != 0xFFFFFFFEU || space == fil_system.temp_space' failed in Check::validate upon crash upgrade from 10.2.22
    
    This issue is pretty much the same as MDEV-20213.
    The fix is similar to:
    3c238ac5
    52c4abbf
    
    Check::validate(): fix a debug assertion
    
    SysTablespace::open_or_create(): protect assigning to a shared
    variable with a mutex
    e4cff9a8
fsp0sysspace.cc 22.2 KB