[FEAT MERGE] change the semantics of tenant=all

This commit is contained in:
obdev
2023-08-31 03:10:42 +00:00
committed by ob-robot
parent 6f95b8a7ab
commit 03b37d3730
36 changed files with 1042 additions and 346 deletions

View File

@ -190,7 +190,9 @@ void ObTxDataTableTest::freeze_tx_data(ObTxDataTable *tx_data_table)
::sleep(1);
int64_t affected_rows = 0;
ObSqlString sql;
EXE_SQL("alter system minor freeze tenant all;");
EXE_SQL("alter system minor freeze tenant sys;");
EXE_SQL("alter system minor freeze tenant all_user;");
EXE_SQL("alter system minor freeze tenant all_meta;");
}
ATOMIC_STORE(&stop, true);
STORAGE_LOG(INFO, "freeze done");