1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2023-06-27 13:03:32 +03:00

View File

@@ -2613,9 +2613,9 @@ same_page:
TRX_SYS_MAX_UNDO_SPACES, "compatibility");
/* The entire undo tablespace will be reinitialized by
innodb_undo_log_truncate=ON. Discard old log for all pages. */
trim({space_id, 0}, recovered_lsn);
trim({space_id, 0}, start_lsn);
truncated_undo_spaces[space_id - srv_undo_space_id_start]=
{ recovered_lsn, page_no };
{ start_lsn, page_no };
if (undo_space_trunc)
undo_space_trunc(space_id);
#endif