InnoDB Plugin  1.0
Public Member Functions | Data Fields
dict_foreign_set_free Struct Reference

#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

Detailed Description

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.


The documentation for this struct was generated from the following file: