mariadb/storage/innobase/row
Marko Mäkelä c17aca2f11 MDEV-18322 Assertion "wrong page type" on instant ALTER TABLE
row_ins_clust_index_entry_low(): Invoke btr_set_instant() in the same
mini-transaction that has successfully inserted the metadata record.
In this way, if inserting the metadata record fails before any
undo log record was written for it, the index root page will remain
consistent.

innobase_instant_try(): Remove the btr_set_instant() call.

Reviewed by: Thirunarayanan Balathandayuthapani
Tested by: Matthias Leich
2023-12-13 15:01:50 +02:00
..
row0ext.cc
row0ftsort.cc MDEV-18867 fixup: Remove DBUG injection 2023-11-02 15:27:52 +02:00
row0import.cc MDEV-29972 Crash emitting "Unsupported meta-data version number" error message 2023-12-12 15:09:31 +11:00
row0ins.cc MDEV-18322 Assertion "wrong page type" on instant ALTER TABLE 2023-12-13 15:01:50 +02:00
row0log.cc Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
row0merge.cc MDEV-29913 Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_progress_init upon bulk load 2023-11-28 13:52:22 +05:30
row0mysql.cc MDEV-25644 UPDATE not working properly on transaction precise system versioned table 2023-07-20 18:22:31 +03:00
row0purge.cc
row0quiesce.cc Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
row0row.cc Merge 10.3 into 10.4 2023-01-03 16:10:02 +02:00
row0sel.cc Merge 10.3 into 10.4 2023-01-03 16:10:02 +02:00
row0uins.cc
row0umod.cc
row0undo.cc
row0upd.cc MDEV-31441 BLOB corruption on UPDATE of PRIMARY KEY with FOREIGN KEY 2023-11-29 18:57:57 +02:00
row0vers.cc MDEV-30024 InnoDB: tried to purge non-delete-marked of a virtual column prefix 2023-09-19 09:31:34 +03:00