[scn] fix 4377 caused by miss one line code when refresh
This commit is contained in:
		@ -626,7 +626,8 @@ private:
 | 
			
		||||
                                   const ObSqlExpression **into_exprs,
 | 
			
		||||
                                   int64_t into_count,
 | 
			
		||||
                                   ParamStore &exec_params,
 | 
			
		||||
                                   ObSPIOutParams &out_params);
 | 
			
		||||
                                   ObSPIOutParams &out_params,
 | 
			
		||||
                                   bool is_forall = false);
 | 
			
		||||
 | 
			
		||||
  static int inner_open(pl::ObPLExecCtx *ctx,
 | 
			
		||||
                        ObIAllocator ¶m_allocator, //用于拷贝执行期参数
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user