From 277116f811045231ab8af24f1116fbb7a371608c Mon Sep 17 00:00:00 2001 From: kailixu Date: Wed, 31 Jan 2024 14:06:48 +0800 Subject: [PATCH] feat: support uniq grant --- source/common/src/systable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = {