mariadb/mysql-test/suite/innodb_gis
Thirunarayanan Balathandayuthapani f1deebbb0b MDEV-35420 Server aborts while deleting the record in spatial index
- This issue caused by commit a032f14b342c782b82dfcd9235805bee446e6fe8(MDEV-33559).
In MDEV-33559, matched_rec::block was changed to pointer
and assinged with the help of buf_block_alloc(). But patch
fails to check for the block can be nullptr in
rtr_check_discard_page().

rtr_cur_search_with_match(): Acquire rtr_match_mutex before
creating shadow block for the matched records

rtr_pcur_move_to_next(): Copy the shadow block to page cursor
block under rtr_match_mutex
2025-03-21 15:26:21 +01:00
..
r MDEV-35420 Server aborts while deleting the record in spatial index 2025-03-21 15:26:21 +01:00
t MDEV-35420 Server aborts while deleting the record in spatial index 2025-03-21 15:26:21 +01:00
disabled.def MDEV-22512: Re-enable the tests on 10.5 2022-11-08 18:21:39 +02:00