update ddl related inner table

This commit is contained in:
obdev
2022-10-28 04:06:24 +00:00
committed by wangzelin.wzl
parent d7c7ca8f13
commit 9dd6c6a848
15 changed files with 62 additions and 27 deletions

View File

@ -775,6 +775,7 @@ const char *const OB_DIAG_TENANT_NAME = "diag";
//for sync ddl (ClusterID_TenantID_SchemaVersion)
const char *const OB_DDL_ID_VAR_NAME = "__oceanbase_ddl_id";
const int64_t OB_MAX_DDL_ID_STR_LENGTH = 64;
const int64_t OB_MAX_DDL_SINGLE_REPLICA_BUILD_TIMEOUT = 7L * 24L * 60L * 60L * 1000L * 1000L; // 7days
// The default user name of the standby database to log in to the main database
const char *const OB_STANDBY_USER_NAME = "__oceanbase_inner_standby_user";