![]() |
MySQL 9.6.0
Source Code Documentation
|
Helper to temporarily enable OPTION_NO_FOREIGN_KEY_CHECKS within a scope and restore the thread option bits during exit. More...
Public Member Functions | |
| No_fk_checks_guard (THD *thd) | |
| ~No_fk_checks_guard () | |
| No_fk_checks_guard (const No_fk_checks_guard &)=delete | |
| No_fk_checks_guard & | operator= (const No_fk_checks_guard &)=delete |
Private Attributes | |
| THD * | m_thd |
| ulonglong | m_saved_bits |
Helper to temporarily enable OPTION_NO_FOREIGN_KEY_CHECKS within a scope and restore the thread option bits during exit.
This is used during foreign key cascade.
|
inlineexplicit |
|
inline |
|
delete |
|
delete |
|
private |
|
private |