(1787, ‘When @@GLOBAL.ENFORCE_GTID_CONSISTENCY = 1, the statements CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE can be executed in a non-transactional context only, and require that AUTOCOMMIT = 1.‘)
python调用存储过程失败,解决方案:
在存储过程中添加:set @@autocommit=1; 即可解决
原文:https://www.cnblogs.com/zhangshengxiang/p/10947746.html