Skip to content
  • Jaideep Karande's avatar
    82097de4
    BUG#25404162: GR CHECKS WRONG FOREIGN TABLES CASCADES · 82097de4
    Jaideep Karande authored
    Description:
    When group_replication_enforce_update_everywhere_checks=ON the Group
    Replication plugin checks if there are foreign keys cascades and disallows
    updates to such tables.
    However SET NULL operations are not checked, which can cause data
    in-consistency.
    
    Resolution:
    Block operations on child table if it has SET NULL.
    82097de4
    BUG#25404162: GR CHECKS WRONG FOREIGN TABLES CASCADES
    Jaideep Karande authored
    Description:
    When group_replication_enforce_update_everywhere_checks=ON the Group
    Replication plugin checks if there are foreign keys cascades and disallows
    updates to such tables.
    However SET NULL operations are not checked, which can cause data
    in-consistency.
    
    Resolution:
    Block operations on child table if it has SET NULL.
Loading