mariadb/storage/innobase/row
Marko Mäkelä 21bec97044 MDEV-32050: Clean up online ALTER
UndorecApplier::assign_rec(): Remove. We will pass the undo record to
UndorecApplier::apply_undo_rec(). There is no need to copy the
undo record, because nothing else can write to the undo log pages
that belong to an active or incomplete transaction.

trx_t::apply_log(): Buffer-fix the undo page across mini-transaction
boundary in order to avoid repeated page lookups.

Reviewed by: Vladislav Lesin
2023-10-25 08:27:27 +03:00
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc MDEV-28313: Shrink ReadView::m_mutex 2022-04-14 10:21:43 +03:00
row0import.cc Clean up buf0buf.inl 2023-08-21 15:51:10 +03:00
row0ins.cc Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
row0log.cc MDEV-32050: Clean up online ALTER 2023-10-25 08:27:27 +03:00
row0merge.cc Merge branch '10.4' into 10.5 2023-08-01 11:52:13 +02:00
row0mysql.cc Clean up buf0buf.inl 2023-08-21 15:51:10 +03:00
row0purge.cc MDEV-32050: Clean up log parsing 2023-10-25 08:27:08 +03:00
row0quiesce.cc Clean up buf0buf.inl 2023-08-21 15:51:10 +03:00
row0row.cc MDEV-30400 Assertion height == btr_page_get_level(...) on INSERT 2023-01-24 14:09:21 +02:00
row0sel.cc Remove bogus references to replaced Google contributions 2023-08-21 15:51:16 +03:00
row0uins.cc MDEV-32050: Clean up log parsing 2023-10-25 08:27:08 +03:00
row0umod.cc MDEV-32050: Clean up online ALTER 2023-10-25 08:27:27 +03:00
row0undo.cc MDEV-32050 preparation: Simplify ROLLBACK 2023-10-25 08:26:34 +03:00
row0upd.cc MDEV-32050: Clean up online ALTER 2023-10-25 08:27:27 +03:00
row0vers.cc Merge 10.5 into 10.6 2023-09-19 10:47:26 +03:00