This is an overview of some of the more significant changes in version 2.2.2. This version should be still faster all around, especially when dealing with databases that have some replication history.
Most bugfixes and performance enhancements are listed, but there are a few smaller bugfixes as well, so even if your particular problem is not listed here, it may have been fixed anyway. If not, submit a bug report to this project through the sourceforge bug reporting facility. Remember to include logs and detailed instructions on how to recreate the bug.
- Allow deletion of obsolete shadow records. Function was being called, but was doing nothing due to an empty table list.
- Change behavior of insert when confronted with a primary key violation. Previously, it deleted the existing record with the matching primary key and re-inserted the new record, if the local machine was not the winner, but now it simply updates the non-primary key fields

