mariadb/storage/innobase/page
Marko Mäkelä a0e4853eff MDEV-28668 Recovery or backup of INSERT may be incorrect
page_cur_insert_rec_low(): When checking for common bytes with
the preceding record, exclude the header bytes of next_rec
that could have been updated by this function.

The scenario where this caused corruption was an insert of
a node pointer record. The child page number was written as
0x203 but recovered as 0x103 because the n_owned field of next_rec
was changed from 1 to 2 before the comparison was invoked.
2022-05-25 13:15:56 +03:00
..
page0cur.cc MDEV-28668 Recovery or backup of INSERT may be incorrect 2022-05-25 13:15:56 +03:00
page0page.cc Fix GCC 11.2.0 -m32 (IA-32) warnings 2021-10-21 15:31:21 +03:00
page0zip.cc MDEV-27059 page_zip_dir_insert() may corrupt ROW_FORMAT=COMPRESSED tables 2021-11-16 17:13:15 +02:00