diff --git a/source/common/src/systable.c b/source/common/src/systable.c index 3f15e65d93..77083d0425 100644 --- a/source/common/src/systable.c +++ b/source/common/src/systable.c @@ -358,7 +358,7 @@ static const SSysDbTableSchema useGrantsFullSchema[] = { static const SSysDbTableSchema useGrantsLogsSchema[] = { {.name = "state", .bytes = 1536 + VARSTR_HEADER_SIZE, .type = TSDB_DATA_TYPE_VARCHAR, .sysInfo = true}, {.name = "active", .bytes = 512 + VARSTR_HEADER_SIZE, .type = TSDB_DATA_TYPE_VARCHAR, .sysInfo = true}, - {.name = "machine", .bytes = 6016 + VARSTR_HEADER_SIZE, .type = TSDB_DATA_TYPE_VARCHAR, .sysInfo = true}, + {.name = "machine", .bytes = 9088 + VARSTR_HEADER_SIZE, .type = TSDB_DATA_TYPE_VARCHAR, .sysInfo = true}, }; static const SSysDbTableSchema useMachinesSchema[] = {