mariadb/storage/xtradb/dict
Jan Lindström 206b111b11 MDEV-7672: Crash creating an InnoDB table with foreign keys
Analysis: after a red-black-tree lookup we use node withouth
checking did lookup succeed or not. This lead to situation
where NULL-pointer was used.

Fix: Add additional check that found node from red-back-tree
is valid.
2015-03-06 11:19:23 +02:00
..
dict0boot.c Percona-Server-5.5.34-rel32.0 merge 2013-11-19 15:43:22 +01:00
dict0crea.c XtraDB 5.5.39-36.0 2014-10-06 20:06:39 +02:00
dict0dict.c MDEV-7672: Crash creating an InnoDB table with foreign keys 2015-03-06 11:19:23 +02:00
dict0load.c Fix missing UNIV_INTERN on dict_table_check_foreign_keys(). 2014-10-20 10:50:10 +02:00
dict0mem.c XtraDB 5.5.39-36.0 2014-10-06 20:06:39 +02:00