标签: mysql transactions
我遇到了一个问题,我希望在MySql事务中运行一段第三方代码,如果其中任何一个代码在此过程中失败,则将其还原。这样做的标准方法是什么?感谢
示例代码为:
... some mysql code some third party code rollback both if either mysql commits fails or the third part fails ...