support DDL_group_id transfer with RPC struct
This commit is contained in:
1
deps/oblib/src/lib/ob_define.h
vendored
1
deps/oblib/src/lib/ob_define.h
vendored
@ -167,6 +167,7 @@ const int64_t OB_MAX_SPAN_LENGTH = 1024;
|
||||
const int64_t OB_MAX_SPAN_TAG_LENGTH = 8 * 1024L;
|
||||
const int64_t OB_MAX_REF_TYPE_LENGTH = 10;
|
||||
const int64_t OB_MAX_LS_FLAG_LENGTH = 2048;
|
||||
const int64_t RESOURCE_GROUP_START_ID = 10000;
|
||||
|
||||
// See ObDeviceHealthStatus for more information
|
||||
const int64_t OB_MAX_DEVICE_HEALTH_STATUS_STR_LENGTH = 20;
|
||||
|
||||
Reference in New Issue
Block a user