Comment 2 for bug 1223458

Revision history for this message
Ryan Huddleston (rshuddleston) wrote :

I'm thinking two changes may make sense:

1) use insert ... ON DUPLICATE KEY UPDATE col1=VALUES(col1), col2=VALUES(col2), ...
2) seems "set FOREIGN_KEY_CHECKS=0" should always be set. The goal is to not change the master just replicate what is already there