occupy item type for vector index query

This commit is contained in:
wu-xingying
2024-06-21 03:46:34 +00:00
committed by ob-robot
parent d84e65a7b4
commit 628f9746a8

View File

@ -2537,6 +2537,8 @@ typedef enum ObItemType
// for tablelock
T_MYSQL_LOCK_LIST,
T_MYSQL_LOCK_NODE,
// for vector index
T_APPROX,
T_MAX //Attention: add a new type before T_MAX
} ObItemType;