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

#include <dict0mem.h>

Public Member Functions

 dict_foreign_matches_id (const char *id)
bool operator() (const dict_foreign_t *foreign) const

Data Fields

const char * m_id

Detailed Description

A function object to check if the foreign key constraint has the same

name as given. If the full name of the foreign key constraint doesn't match, then, check if removing the database name from the foreign key constraint matches. Return true if it matches, false otherwise.


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