|
InnoDB Plugin
1.0
|
#include <dict0mem.h>
Public Member Functions | |
| dict_foreign_set_free (const dict_foreign_set &foreign_set) | |
Data Fields | |
| const dict_foreign_set & | m_foreign_set |
The destructor will free all the foreign key constraints in the set
by calling dict_foreign_free() on each of the foreign key constraints. This is used to free the allocated memory when a local set goes out of scope.
1.8.1.2