fix build error for ccls build
This commit is contained in:
		 wenxingsen
					wenxingsen
				
			
				
					committed by
					
						 wangzelin.wzl
						wangzelin.wzl
					
				
			
			
				
	
			
			
			 wangzelin.wzl
						wangzelin.wzl
					
				
			
						parent
						
							efbed6ee8a
						
					
				
				
					commit
					b29a1bfe75
				
			| @ -14,12 +14,13 @@ | ||||
| #define OBDEV_SRC_SQL_EXECUTOR_OB_REMOTE_EXECUTOR_PROCESSOR_H_ | ||||
| #include "sql/executor/ob_executor_rpc_processor.h" | ||||
| #include "sql/plan_cache/ob_cache_object_factory.h" | ||||
|  | ||||
| namespace oceanbase | ||||
| { | ||||
| namespace observer | ||||
| { | ||||
| struct ObGlobalContext; | ||||
| } | ||||
| namespace oceanbase | ||||
| { | ||||
| namespace sql | ||||
| { | ||||
| template <typename T> | ||||
|  | ||||
| @ -19,6 +19,10 @@ | ||||
| using namespace oceanbase::common; | ||||
| using namespace oceanbase::sql; | ||||
|  | ||||
| namespace oceanbase | ||||
| { | ||||
| namespace sql | ||||
| { | ||||
| ObTaskInfo::ObTaskInfo(common::ObIAllocator &allocator) | ||||
|   : range_location_(allocator), | ||||
|     task_split_type_(ObTaskSpliter::INVALID_SPLIT), | ||||
| @ -88,3 +92,5 @@ int ObTaskInfo::ObRangeLocation::assign(const ObTaskInfo::ObRangeLocation &range | ||||
|   return ret; | ||||
| } | ||||
|  | ||||
| } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user