Hi all,

My Drupal website uses multiple databases.
Queries against these databases are working fine, but I'm trying to "wrap" multiple insert\update calls to several databases with a transaction.

I can see that the if the transaction is rolled-back, the changes on the default database are indeed rolled-back, but not those that are applied on the other databases.

Is it possible to have one transaction wrap calls to several mysql databases?

Any help appreciated,
Zion