louiswang132

Results 1 comments of louiswang132

还有一个问题,是发布ddl用osc功能提交后没有及时返回信息,我获取不到sha1信息,后面无法对正在执行的sql进行终止功能,能知道这是什么原因吗? 提交sql:sql_execute = f"""/*--user='{user}';--password='{password}';--host='{host}';--port={port};--execute=1;--ignore-warnings=1;{str_backup};--sleep=200;--sleep_rows=100*/ inception_magic_start; use `{db_name}`; {sql_content.rstrip(';')}; inception_magic_commit;""" goinception日志:time="2022/06/05 15:48:46.397" level=info msg="con:859 use pt-osc: alter table t_ali_rds1 modify f_db_instance_description varchar(128) null comment '55533355'" file=session_inception.go func=executeRemoteStatement line=1450 进程: ![image](https://user-images.githubusercontent.com/106665502/172040951-26fc5225-0722-4913-9032-d34d8a76e7cb.png)