[FEAT MERGE] log4100 branch

Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
obdev
2023-01-28 18:17:31 +08:00
committed by ob-robot
parent a269ffe6be
commit 50024b39cd
772 changed files with 60275 additions and 11301 deletions

View File

@ -24,9 +24,12 @@ static const char* TENANT_SWITCHOVER_ARRAY[] =
{
"INVALID",
"NORMAL",
"SWITCHING",
"SWITCHING TO PRIMARY",
"PREPARE FLASHBACK",
"FLASHBACK",
"PREPARE SWITCHING TO STANDBY",
"SWITCHING TO STANDBY",
"PREPARE SWITCHING TO PRIMARY",
};
OB_SERIALIZE_MEMBER(ObTenantSwitchoverStatus, value_);