码迷,mamicode.com
首页 > 数据库 > 详细

mysql error:@@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1,updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions

时间:2019-07-30 16:03:32      阅读:349      评论:0      收藏:0      [点我收藏+]

标签:开发   tran   erro   ORC   either   state   date   insert   联系   

error信息如下:
@@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, updates to non-transactional tables can only be done in either autocommitted statements or
single-statement transactions, and never in the same statement as updates to transactional tables.

解决:

查看开发脚本,一个脚本的单个事务中存在以下内容:

insert插入到innodb表,update 更新的是mysaim表 。

联系开发sql拆分两个脚本 分开提交,问题解决。

mysql error:@@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1,updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions

标签:开发   tran   erro   ORC   either   state   date   insert   联系   

原文地址:https://www.cnblogs.com/wsn-only/p/11270142.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!