• Mattias Jonsson's avatar
    Bug#17228383: VALGRIND WARNING IN IBUF_DELETE_REC · 343f74b9
    Mattias Jonsson authored
    Since the mtr_t struct is marked as invalid in DEBUG_VALGRIND build
    during mtr_commit, checking mtr->inside_ibuf will cause this warning.
    Also since mtr->inside_ibuf cannot be set in mtr_commit (assert check)
    and mtr->state is set to MTR_COMMITTED, the 'ut_ad(!ibuf_inside(&mtr))'
    check is not needed if 'ut_ad(mtr.state == MTR_COMMITTED)' is also
    checked.
    343f74b9
ibuf0ibuf.c 139 KB