InnoDB Plugin
1.0
|
#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 |
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.