• Marko Mäkelä's avatar
    MDEV-27332 SIGSEGV in fetch_data_into_cache() · 3b33593f
    Marko Mäkelä authored
    Since commit fb335b48 we may have
    a null pointer in purge_sys.query when fetch_data_into_cache() is
    invoked and innodb_force_recovery>4. This is because the call to
    purge_sys.create() would be skipped.
    
    fetch_data_into_cache(): Load the purge_sys pseudo transaction pointer
    to a local variable (null pointer if purge_sys is not initialized).
    3b33593f
read_only_recover_committed.test 3.18 KB