mariadb/mysql-test/suite/innodb
Marko Mäkelä f35d172103 MDEV-23198 Crash in REPLACE
row_vers_impl_x_locked_low(): clust_offsets may point to memory
that is allocated by mem_heap_alloc() and may have been freed.
For initializing clust_offsets, try to use the stack-allocated
buffer instead of a pointer that may point to freed memory.

This fixes a regression that was introduced in
commit f0aa073f2b (MDEV-20950).
2020-07-31 11:54:35 +03:00
..
include MDEV-20310: Make InnoDB crash tests Valgrind-friendly 2019-08-13 13:32:27 +03:00
r MDEV-23198 Crash in REPLACE 2020-07-31 11:54:35 +03:00
t MDEV-23198 Crash in REPLACE 2020-07-31 11:54:35 +03:00
disabled.def MDEV-23339 innodb_force_recovery=2 may still abort the rollback of recovered transactions 2020-07-30 09:24:36 +03:00