mariadb/storage/innobase/dict
Marko Mäkelä a01bfc9fc2 MDEV-11602 InnoDB leaks foreign key metadata on DDL operations
Essentially revert MDEV-6759, which addressed a double free of memory
by removing the freeing altogether, introducing the memory leaks.
No double free was observed when running the test suite -DWITH_ASAN.

Replace some mem_heap_free(foreign->heap) with dict_foreign_free(foreign)
so that the calls can be located and instrumented more easily when needed.
2016-12-19 17:27:15 +02:00
..
dict0boot.cc Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
dict0crea.cc MDEV-11585 Hard-code the shared InnoDB temporary tablespace ID at -1 2016-12-19 16:24:10 +02:00
dict0defrag_bg.cc fix build and some warnings 2016-11-24 17:36:02 +03:00
dict0dict.cc MDEV-11602 InnoDB leaks foreign key metadata on DDL operations 2016-12-19 17:27:15 +02:00
dict0load.cc MDEV-11602 InnoDB leaks foreign key metadata on DDL operations 2016-12-19 17:27:15 +02:00
dict0mem.cc MDEV-11487 Revert InnoDB internal temporary tables from WL#7682 2016-12-09 12:05:07 +02:00
dict0stats.cc Remove a bunch of TODO's, fix perfschema.threads_innodb test 2016-09-11 10:57:05 +02:00
dict0stats_bg.cc fix build and some warnings 2016-11-24 17:36:02 +03:00