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,6 @@
connect (obsys_idm,$OBMYSQL_MS0,admin,$OBMYSQL_PWD,test,$OBMYSQL_PORT);
connection obsys_idm;
set ob_enable_index_direct_select=1;
alter system set merger_check_interval = '10s';
disconnect obsys_idm;
connection default;