fix a bug about sync mysqltest

This commit is contained in:
wangzelin.wzl
2022-08-16 11:36:35 +08:00
parent f229486631
commit 168e025811
21 changed files with 44706 additions and 71 deletions

View File

@ -0,0 +1,5 @@
connect (obsys,$OBMYSQL_MS0,admin,$OBMYSQL_PWD,test,$OBMYSQL_PORT);
connection obsys;
alter system major freeze;
disconnect obsys;
connection default;