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拆分两个脚本 分开提交,问题解决。

相关文章:

  • 2022-02-20
  • 2022-02-13
  • 2022-01-07
  • 2021-04-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-08-25
  • 2021-12-13
  • 2022-12-23
  • 2021-12-27
相关资源
相似解决方案