We work with SQLyog Ultimate 12.02 64bit.
In an ImportExternalData-Job we transfer data of an table between two Mysql-Servers in an incremental way.
All is done well until there is an double-field with an value like 2.5999999999: Then the transfer is o.k., but neither
the trigger option ‘update source row’ nor the option ‘delete source row’ is being processed.
When we change the value to 2.59 or change the datatype to numeric(10,2), the trigger works fine.