• Marko Mäkelä's avatar
    MDEV-23566 SIGSEGV in mtr_t::init · d8ba2930
    Marko Mäkelä authored
    mtr_t::init(): Correct the debug assertion that was added in
    commit c8936686 (MDEV-22970).
    When the original failure scenario involves the system tablespace,
    we could have m_user_space==nullptr. Let us compare m_user_space_id
    instead.
    d8ba2930
mtr0log.h 21 KB