[OBKV] add put and trigger kv operation type

This commit is contained in:
WeiXinChan
2024-02-29 08:44:42 +00:00
committed by ob-robot
parent 034cec412b
commit eb40b1fded

View File

@ -249,6 +249,8 @@ struct ObTableOperationType
SCAN = 8,
TTL = 9, // internal type for ttl executor cache key
CHECK_AND_INSERT_UP = 10,
PUT = 11,
TRIGGER = 12, // internal type for group commit trigger
INVALID = 15
};
};