1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Marko Mäkelä 84b8f529c7 MDEV-24659 Assertion !fsp_is_system_temporary(bpage->id().space()) failed in buf_flush_relocate_on_flush_list()
When commit 5eb539555b (MDEV-12227)
removed the pages of temporary tables from the buf_pool.flush_list,
an adjustment to the buffer pool resizing was forgotten.

buf_pool_t::realloc(): Do not invoke buf_flush_relocate_on_flush_list()
for pages that belong to the temporary tablespace. Also, deduplicate
some code at the end.

buf_page_t::set_corrupt_id(): Tolerate oldest_modification()==1
(the dummy value) for temporary tablespace pages. The revised
buf_pool_t::realloc() may invoke this on dirty temporary tablespace pages.
2021-01-23 17:45:03 +02:00
..
2020-05-05 20:33:10 +03:00
2019-04-05 11:41:03 +03:00
2020-09-23 11:32:43 +03:00
2019-07-02 21:44:58 +03:00
2020-12-02 18:29:49 +02:00
2020-09-03 15:53:38 +03:00
2019-08-21 15:23:45 +03:00
2020-06-12 09:17:51 +05:30
2019-04-25 16:05:20 +03:00
2019-07-16 18:39:21 +03:00
2020-08-13 07:38:35 +03:00
2020-07-31 18:09:08 +03:00
2019-05-29 11:32:46 +03:00
2019-03-05 12:56:05 +02:00
2020-03-21 11:37:10 +02:00
2020-08-20 12:52:44 +03:00
2020-11-03 16:24:47 +02:00
2020-12-01 19:51:14 +02:00
2021-01-11 16:29:51 +02:00
2019-02-11 17:55:25 +02:00
2020-10-29 13:38:38 +02:00
2020-05-05 21:16:22 +03:00
2020-05-05 21:16:22 +03:00
2019-07-02 21:44:58 +03:00
2020-07-31 11:54:35 +03:00
2019-09-06 17:16:40 +03:00
2020-09-21 12:29:00 +03:00
2019-07-16 18:39:21 +03:00
2020-09-23 11:32:43 +03:00
2019-04-26 15:31:31 +03:00