Big problems. As has been said before, MyISAM will not rollback... Thus every failed editingContext.saveChanges() will result in loss of data integrity and end of the world as we know it.
Save the World: Use InnoDB only when using MySQL Regards Kieran ___________________________ Sent from my iPad. On May 2, 2012, at 10:46 AM, Ron X <[email protected]> wrote: > Did anybody do chain like this - InnoDB (some tables) + MyISAM (other tables)? > And what problems I will get when will use this sheme? > Thanx. > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/kelleherk%40gmail.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
