1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/storage
Marko Mäkelä bb9da13baf MDEV-31373 innodb_undo_log_truncate=ON recovery results in a corrupted undo log
recv_sys_t::apply(): When applying an undo log truncation operation,
invoke os_file_truncate() on space->recv_size, which must not be
less than the original truncated file size.

Alternatively, as pointed out by Thirunarayanan Balathandayuthapani,
we could assign space->size = t.pages, so that
fil_system_t::extend_to_recv_size() would extend the file back
to space->recv_size.
2023-06-01 12:11:18 +03:00
..
2023-02-10 12:02:11 +02:00
2023-02-10 12:02:11 +02:00
2021-11-29 11:16:20 +02:00
2022-10-26 19:29:46 +02:00
2023-04-24 12:43:47 +02:00
2023-02-10 12:02:11 +02:00
2023-02-10 12:02:11 +02:00
2023-02-10 12:02:11 +02:00
2023-02-10 12:02:11 +02:00
2023-02-10 12:02:11 +02:00
2023-05-04 18:19:47 +02:00
2023-02-10 12:02:11 +02:00
2022-10-26 15:26:06 +02:00
2023-05-23 09:16:36 +03:00
2023-04-03 09:34:26 +02:00