diff --git a/src/util/src/ttokenizer.c b/src/util/src/ttokenizer.c index af6654d7e863e366c94813f8fbfb69e4c8d26862..61c852c4ce8a53ca0c67740b2811990657ede8e0 100644 --- a/src/util/src/ttokenizer.c +++ b/src/util/src/ttokenizer.c @@ -230,6 +230,8 @@ static SKeyword keywordTable[] = { {"CONTAINS", TK_CONTAINS}, {"TO", TK_TO}, {"SPLIT", TK_SPLIT}, + {"STATUS", TK_STATUS}, + {"CLUSTER", TK_CLUSTER}, {"DELETE", TK_DELETE} };