1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/suite
Sergei Golubchik 5743435954 MDEV-37397 Assertion `bitmap_is_set(&read_partitions, next->id)' failed in int partition_info::vers_set_hist_part(THD *)
after 633417308f (MDEV-37312) lookup_handler is locked with F_WRLCK,
because it may be used for deleting rows.

And lookup_handler is locked with F_WRLCK after prune_partitions(),
but the main handler is locked before, and might expects all
partitions to be in the read least, non-pruned.

Let's prepare the lookup handler before prune_partitions().
2025-09-04 17:20:02 +02:00
..
2025-01-29 11:17:38 +01:00
2025-03-26 17:09:57 +02:00
2025-01-29 11:17:38 +01:00
2025-01-05 16:40:11 +02:00
2025-03-26 17:09:57 +02:00
2025-04-21 10:43:17 +02:00
2024-12-17 11:06:09 +11:00
2025-01-20 09:57:37 +02:00
2025-01-29 11:17:38 +01:00
2025-01-05 16:40:11 +02:00
2025-03-26 17:09:57 +02:00
2025-04-21 10:43:17 +02:00
2025-01-20 09:57:37 +02:00
2025-07-25 16:04:10 +02:00