mariadb/storage/xtradb/row
Jan Lindström b105427745 MDEV-19660: wsrep_rec_get_foreign_key() is dereferencing a stale pointer to a page that was previously latched
In row_ins_foreign_check_on_constraint(), clustered index record is being passed to wsrep_append_foreign_key() after releasing the latch. If a record has been changed by other thread in the meantime then it could lead to a crash when
wsrep_rec_get_foreign_key () tries to access the record.

row_ins_foreign_check_on_constraint
	Use cascade->pcur->old_rec instead of clust_rec.

row_ins_check_foreign_constraint
	Add missing error printout.
2019-07-02 10:06:13 +03:00
..
row0ext.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0ftsort.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0import.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0ins.cc MDEV-19660: wsrep_rec_get_foreign_key() is dereferencing a stale pointer to a page that was previously latched 2019-07-02 10:06:13 +03:00
row0log.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0merge.cc MDEV-6812: Remove the wrapper my_log2f() 2019-05-28 10:54:30 +03:00
row0mysql.cc MDEV-19441 Typo in error message "InnoDB: FTS Doc ID must be large than" 2019-05-13 08:54:43 +03:00
row0purge.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
row0quiesce.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0row.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
row0sel.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0uins.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0umod.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0undo.cc Update FSF address 2019-05-11 19:25:02 +03:00
row0upd.cc Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
row0vers.cc Update FSF address 2019-05-11 19:25:02 +03:00