You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
手动部署1.8.5版本
工单语句:update user_info set status=1 where id=1; .....
SQL条数:以上where id不同,一共6730个update语句
执行期间,状态一直是执行中,从Django-后台看,MySQLdb._exceptions.OperationalError: (2006, 'MySQL server has gone away'),然后手动后台修改状态为“已完成”
页面上无法查询回滚语句,后台直接查goInception对应的库生成的回滚表user_info,只有5000行回滚语句生产,生产库实际也update了5000行。
问题现象:从新提交有关user_info表的语句,发现都无法生成对应的回滚sql,这个库的表和其它实例的表,提交的SQL生成回滚语句功能正常。
请问该如何解决该问题,谢谢!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
手动部署1.8.5版本
工单语句:update user_info set status=1 where id=1; .....
SQL条数:以上where id不同,一共6730个update语句
执行期间,状态一直是执行中,从Django-后台看,MySQLdb._exceptions.OperationalError: (2006, 'MySQL server has gone away'),然后手动后台修改状态为“已完成”
页面上无法查询回滚语句,后台直接查goInception对应的库生成的回滚表user_info,只有5000行回滚语句生产,生产库实际也update了5000行。
问题现象:从新提交有关user_info表的语句,发现都无法生成对应的回滚sql,这个库的表和其它实例的表,提交的SQL生成回滚语句功能正常。
请问该如何解决该问题,谢谢!
Beta Was this translation helpful? Give feedback.
All reactions