[OBKV] add QUERY_END ObQueryOperationType placeholder
This commit is contained in:
committed by
ob-robot
parent
5a7b771301
commit
1c3f6f16cc
@ -230,6 +230,7 @@ void ObTableEntityFactory<T>::free_all()
|
||||
enum class ObQueryOperationType : int {
|
||||
QUERY_START = 0,
|
||||
QUERY_NEXT = 1,
|
||||
QUERY_END = 2,
|
||||
QUERY_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user