mariadb/mysql-test/suite/period/t
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
..
alter.test Merge 10.4 into 10.5 2022-08-30 12:29:04 +03:00
create.test Merge 10.4 into 10.5 2022-11-30 13:10:52 +02:00
delete.test Merge 10.5 into 10.6 2022-12-05 18:04:23 +02:00
innodb_debug.test MDEV-37310 Non-debug failing assertion node->pcur->rel_pos == BTR_PCUR_ON upon violating long unique under READ-COMMITTED 2025-07-25 12:28:30 +02:00
long_unique.test MDEV-37397 Assertion `bitmap_is_set(&read_partitions, next->id)' failed in int partition_info::vers_set_hist_part(THD *) 2025-09-04 17:20:02 +02:00
overlaps.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
update.test MDEV-22805 SIGSEGV in check_fields on UPDATE 2020-10-29 13:47:50 +03:00
versioning.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00