occupy ObTableOperationType REDIS

This commit is contained in:
obdev
2024-05-10 08:17:37 +00:00
committed by ob-robot
parent 01d40733ca
commit 8edf3098ff

View File

@ -251,6 +251,7 @@ struct ObTableOperationType
CHECK_AND_INSERT_UP = 10,
PUT = 11,
TRIGGER = 12, // internal type for group commit trigger
REDIS = 13,
INVALID = 15
};
};