[OBKV] add put and trigger kv operation type
This commit is contained in:
		@ -249,6 +249,8 @@ struct ObTableOperationType
 | 
				
			|||||||
    SCAN = 8,
 | 
					    SCAN = 8,
 | 
				
			||||||
    TTL = 9, // internal type for ttl executor cache key
 | 
					    TTL = 9, // internal type for ttl executor cache key
 | 
				
			||||||
    CHECK_AND_INSERT_UP = 10,
 | 
					    CHECK_AND_INSERT_UP = 10,
 | 
				
			||||||
 | 
					    PUT = 11,
 | 
				
			||||||
 | 
					    TRIGGER = 12, // internal type for group commit trigger
 | 
				
			||||||
    INVALID = 15
 | 
					    INVALID = 15
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user