MySQL 9.1.0
Source Code Documentation
|
The destructor will free all the foreign key constraints in the set by calling dict_foreign_free() on each of the foreign key constraints. More...
#include <dict0mem.h>
Public Member Functions | |
dict_foreign_set_free (const dict_foreign_set &foreign_set) | |
~dict_foreign_set_free () | |
Public Attributes | |
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.
|
inline |
|
inline |
const dict_foreign_set& dict_foreign_set_free::m_foreign_set |