Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
MDEV-23566 SIGSEGV in mtr_t::init
mtr_t::init(): Correct the debug assertion that was added in commit c893668 (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.
- Loading branch information