• Marko Mäkelä's avatar
    MDEV-13487 Assertion failure in rec_get_trx_id() · 8099941b
    Marko Mäkelä authored
    rec_get_trx_id(): Because rec is not necessarily residing in
    a buffer pool page (it could be an old version of a clustered index
    record, allocated from heap), remove the debug assertions that
    depend on page_align(rec).
    8099941b
rem0rec.cc 61.1 KB