mariadb/storage/innobase/row
Nikita Malyavin ae8ff3a067 MDEV-20396 Server crashes after DELETE with SEL NULL Foreign key and a
virtual column in index

Problem:
row_ins_foreign_fill_virtual was unconditionally set virtual fields to NULL
even though the field is not a part of a foreign key
(but a part of an index)

Solution:
The new virtual value should be computed with regard to cascade updates.
2020-09-14 18:08:56 +10:00
..
row0ext.cc MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
row0ftsort.cc MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
row0import.cc Merge 10.1 into 10.2 2020-07-20 14:53:24 +03:00
row0ins.cc MDEV-20396 Server crashes after DELETE with SEL NULL Foreign key and a 2020-09-14 18:08:56 +10:00
row0log.cc MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
row0merge.cc Cleanup: Avoid repeated calls to dict_col_t::is_virtual() 2020-09-01 15:53:47 +03:00
row0mysql.cc MDEV-18867 Long Time to Stop and Start 2020-09-10 14:10:26 +05:30
row0purge.cc MDEV-22769 Shutdown hang or crash due to XA breaking locks 2020-06-05 15:22:46 +03:00
row0quiesce.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0row.cc MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
row0sel.cc MDEV-22924 fixup: Replace C++11 auto 2020-09-09 13:02:25 +03:00
row0trunc.cc MDEV-23475 InnoDB performance regression for write-heavy workloads 2020-08-19 11:18:56 +03:00
row0uins.cc MDEV-23484 Rollback unnecessarily acquires dict_operation_lock for every row 2020-08-18 17:30:34 +03:00
row0umod.cc MDEV-23514 Race conditions between ROLLBACK and ALTER TABLE 2020-08-20 08:34:55 +03:00
row0undo.cc MDEV-23514 Race conditions between ROLLBACK and ALTER TABLE 2020-08-20 08:34:55 +03:00
row0upd.cc MDEV-20618 Assertion failed in row_upd_sec_index_entry 2020-09-01 18:27:09 +10:00
row0vers.cc MDEV-20618 Assertion failed in row_upd_sec_index_entry 2020-09-01 18:27:09 +10:00