美文网首页
mycat的xa事务

mycat的xa事务

作者: frankie_cheung | 来源:发表于2021-12-03 14:49 被阅读0次

    mycat的xa事务必须显示的开启才可以执行。

    
    set autocommit=0;
    
    set xa =on;
    
    insert into a .....;
    
    insert into b ....;
    commit;
    

    关于xa事务,这个文章写的很详细
    reference:
    http://mysql.taobao.org/monthly/2017/09/05/

    相关文章

      网友评论

          本文标题:mycat的xa事务

          本文链接:https://www.haomeiwen.com/subject/bmapxrtx.html