home 首页 » 精彩博客 » 博客查看

STOP: DELETE IGNORE on Tables with Foreign Keys Can Break Replication

 2012-02-03 10:40:59 

原文地址:http://www.mysqlperformanceblog.com/2012/02/02/stop-delete-ignore-on-tables-with-foreign-keys-can-break-replication/

DELETE IGNORE suppresses errors and downgrades them as warnings, if you are not aware how IGNORE behaves on tables with FOREIGN KEYs, you could be in for a surprise. Let’s take a table with data as example, column c1 on table t2 references column c1 on table t1 – both columns have identical set of rows for [...]

收藏: