MySQL 8.4.0
Source Code Documentation
dict_foreign_remove_partial Struct Reference

Function object to remove a foreign key constraint from the referenced_set of the referenced table. More...

Public Member Functions

void operator() (dict_foreign_t *foreign)
 

Detailed Description

Function object to remove a foreign key constraint from the referenced_set of the referenced table.

The foreign key object is also removed from the dictionary cache. The foreign key constraint is not removed from the foreign_set of the table containing the constraint.

Member Function Documentation

◆ operator()()

void dict_foreign_remove_partial::operator() ( dict_foreign_t foreign)
inline

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