add message column to __all_virtual_load_data_stat placeholder

This commit is contained in:
obdev
2024-02-07 03:04:27 +00:00
committed by ob-robot
parent b41a25210b
commit d5e864bfbe
7 changed files with 30 additions and 4 deletions

View File

@ -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;