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
2022-11-15 11:34:00 +04:00
2023-01-28 18:22:55 +01:00
2022-10-02 14:38:13 +02:00
2023-01-13 16:23:21 +02:00
2022-12-13 14:39:18 +02:00
2022-12-15 11:14:23 +02:00
2023-02-10 12:02:11 +02:00
2023-01-19 08:24:41 +02:00
2023-01-17 14:08:41 +02:00
2022-12-15 18:19:11 +11:00
2023-01-03 17:08:42 +02:00
2023-02-14 14:35:35 +05:30
2023-01-03 17:08:42 +02:00
2022-11-08 18:21:39 +02:00
2022-12-13 14:39:18 +02:00
2022-11-09 11:59:28 +00:00
2023-02-10 12:02:11 +02:00
2022-10-06 08:42:26 +03:00
2023-01-03 17:08:42 +02:00
2022-10-19 12:23:42 +03: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
2022-10-05 20:37:54 +03:00
2022-11-16 15:38:37 +01:00
2023-01-03 17:08:42 +02:00
2023-01-13 10:18:30 +02:00
2023-01-03 11:25:10 +11:00