1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/mysql-test/suite
Thirunarayanan Balathandayuthapani 3eea2e8e10 MDEV-30551 InnoDB recovery hangs when buffer pool ran out of memory
- During non-last batch of multi-batch recovery, InnoDB holds
log_sys.mutex and preallocates the block which may intiate
page flush, which may initiate log flush, which requires
log_sys.mutex to acquire again. This leads to assert failure.
So InnoDB recovery should release log_sys.mutex before
preallocating the block.
2023-02-14 14:35:35 +05:30
..
2023-02-06 17:55:01 +02:00
2023-01-28 18:22:55 +01:00
2022-10-02 14:38:13 +02:00
2022-12-13 14:39:18 +02:00
2023-02-10 12:02:11 +02:00
2023-01-17 14:08:41 +02:00
2023-01-03 17:08:42 +02:00
2023-01-03 17:08:42 +02:00
2022-12-13 14:39:18 +02:00
2023-02-10 12:02:11 +02:00
2023-01-03 17:08:42 +02:00
2022-11-30 13:10:52 +02:00
2023-02-10 12:02:11 +02:00
2022-12-13 14:39:18 +02:00
2023-02-10 12:02:11 +02:00
2022-10-25 11:26:37 +03:00
2023-01-03 17:08:42 +02:00
2023-01-13 10:18:30 +02:00