mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
IT IS DONE IN-PLACE With change buffer enabled, InnoDB doesn't write a transaction log record when it merges a record from the insert buffer to an secondary index page if the insertion is performed as an update-in-place. Fixed by logging the 'update-in-place' operation on secondary index pages. Approved by Marko. rb#2429
2.6 KiB
2.6 KiB