Introduce a new configuration to disable unnecessary product update.
Just set:
[MAGENTO]
catalog_product_entity_update = 0
in your magmi.ini.
This will prevent Magemi from updating catalog_product_entity table when not needed e.g. usually magmi updates sku, entity_type_id to the same values as they were before.
This PR also add logging when beginTransaction or rollback returns false.
This helps debugging deadlock situations
Introduce a new configuration to disable unnecessary product update. Just set:
in your magmi.ini. This will prevent Magemi from updating catalog_product_entity table when not needed e.g. usually magmi updates sku, entity_type_id to the same values as they were before.
This PR also add logging when beginTransaction or rollback returns false. This helps debugging deadlock situations