add message column to __all_virtual_load_data_stat placeholder
This commit is contained in:
1
deps/oblib/src/lib/ob_define.h
vendored
1
deps/oblib/src/lib/ob_define.h
vendored
@ -88,6 +88,7 @@ const int64_t OB_MAX_ACT_NAME_LENGTH = 32;
|
||||
const int64_t OB_MAX_UUID_LENGTH = 16;
|
||||
const int64_t OB_MAX_UUID_STR_LENGTH = 36;
|
||||
const int64_t OB_MAX_CON_INFO_STR_LENGTH = 512;
|
||||
const int64_t MAX_LOAD_DATA_MESSAGE_LENGTH = 4096;
|
||||
const int64_t MAX_ZONE_LENGTH = 128;
|
||||
const int64_t MAX_REGION_LENGTH = 128;
|
||||
const int64_t MAX_GTS_NAME_LENGTH = 128;
|
||||
|
||||
Reference in New Issue
Block a user