mariadb/storage/heap
Sergei Golubchik 6c06defb5f MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONING
heap_scan() makes info->next_block to be either an integer number
of share->block.records_in_block's or the total number of
records in the table. So when this total number or records changes,
info->next_block needs to be recalculated to take it into account.

This is a different fix for "Fixes a problem with heap when scanning and insert rows at the same time"
2019-08-20 15:37:08 +02:00
..
mysql-test/mtr2 overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
_check.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
_rectest.c Update FSF Address 2019-05-11 21:29:06 +03:00
ChangeLog
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ha_heap.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha_heap.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
heapdef.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
hp_block.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_clear.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_close.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_create.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_delete.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
hp_extra.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_hash.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
hp_info.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_open.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_panic.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rename.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rfirst.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rkey.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_rlast.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rnext.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rprev.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rrnd.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_rsame.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_scan.c MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONING 2019-08-20 15:37:08 +02:00
hp_static.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_test1.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_test2.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_update.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
hp_write.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00