patch 4.0
This commit is contained in:
5
tools/deploy/mysql_test/include/minorfreeze.inc
Normal file
5
tools/deploy/mysql_test/include/minorfreeze.inc
Normal file
@ -0,0 +1,5 @@
|
||||
connect (obsys,$OBMYSQL_MS0,admin,$OBMYSQL_PWD,test,$OBMYSQL_PORT);
|
||||
connection obsys;
|
||||
alter system minor freeze tenant = all;
|
||||
disconnect obsys;
|
||||
connection default;
|
||||
Reference in New Issue
Block a user