[FEAT MERGE] log4200

Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
This commit is contained in:
obdev
2023-05-06 08:15:43 +00:00
committed by ob-robot
parent f0fdf277f1
commit d6c6e05727
450 changed files with 33015 additions and 2243 deletions

View File

@ -264,6 +264,7 @@ public:
|| stmt_type == stmt::T_ALTER_RESOURCE_UNIT
|| stmt_type == stmt::T_DROP_RESOURCE_UNIT
|| stmt_type == stmt::T_CREATE_TENANT
|| stmt_type == stmt::T_CREATE_STANDBY_TENANT
|| stmt_type == stmt::T_DROP_TENANT
|| stmt_type == stmt::T_MODIFY_TENANT
|| stmt_type == stmt::T_LOCK_TENANT
@ -393,6 +394,7 @@ public:
|| stmt_type == stmt::T_ALTER_RESOURCE_UNIT
|| stmt_type == stmt::T_DROP_RESOURCE_UNIT
|| stmt_type == stmt::T_CREATE_TENANT
|| stmt_type == stmt::T_CREATE_STANDBY_TENANT
|| stmt_type == stmt::T_DROP_TENANT
|| stmt_type == stmt::T_MODIFY_TENANT
|| stmt_type == stmt::T_LOCK_TENANT
@ -452,6 +454,7 @@ public:
|| stmt_type == stmt::T_ALTER_RESOURCE_UNIT
|| stmt_type == stmt::T_DROP_RESOURCE_UNIT
|| stmt_type == stmt::T_CREATE_TENANT
|| stmt_type == stmt::T_CREATE_STANDBY_TENANT
|| stmt_type == stmt::T_DROP_TENANT
|| stmt_type == stmt::T_MODIFY_TENANT
|| stmt_type == stmt::T_LOCK_TENANT