Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5.2
Description
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. In page_cur_insert_rec_low() we were violating this constraint when inserting into temporary tables.
Attachments
Issue Links
- blocks
-
MDEV-22110 InnoDB unnecessarily writes unmodified pages
- Closed
- is caused by
-
MDEV-21724 Optimize page_cur_insert_rec_low() redo logging
- Closed