1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-21 16:03:24 +03:00
Files
mariadb/storage
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
..
2016-12-12 20:27:33 +01:00
2016-12-12 20:44:45 +01:00
2016-11-24 17:36:02 +03:00
2016-11-24 17:36:02 +03:00
2016-12-12 20:35:41 +01:00
2016-11-17 17:36:06 +04:00