mariadb/storage/innobase/page
Marko Mäkelä cf3c3cce1d MDEV-23304 Insert into TEMPORARY TABLE fails to invoke mtr_t::set_modified()
In MDEV-21724 or possibly already in MDEV-12353 a bug was introduced to
the handling of temporary tables.

Whether or not redo log will be written, mtr_t::set_modified()
must be invoked to register any changes to a page.

page_cur_insert_rec_low(): Invoke mtr_t::set_modified() also
when skipping the redo log write.
2020-07-28 14:02:11 +03:00
..
page0cur.cc MDEV-23304 Insert into TEMPORARY TABLE fails to invoke mtr_t::set_modified() 2020-07-28 14:02:11 +03:00
page0page.cc Merge 10.4 into 10.5 2020-07-16 07:15:06 +03:00
page0zip.cc Merge 10.4 into 10.5 2020-07-23 09:19:06 +03:00