You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-31 18:30:33 +03:00 
			
		
		
		
	change check
This commit is contained in:
		
				
					committed by
					
						 drrtuy
						drrtuy
					
				
			
			
				
	
			
			
			
						parent
						
							25b83f1cca
						
					
				
				
					commit
					c78a61d258
				
			| @@ -251,7 +251,7 @@ void gp_walk(const Item* item, void* arg) | ||||
|       Item* ncitem = const_cast<Item*>(item); | ||||
|       Item_func* ifp = static_cast<Item_func*>(ncitem); | ||||
|       std::string funcName = ifp->func_name(); | ||||
|       if(ifp->arguments()[0] != nullptr && ifp->arguments()[0]->type()!= Item::FIELD_ITEM) | ||||
|       if(funcName == "idbpartition" && (ifp->arguments()[0] == nullptr || ifp->arguments()[0]->type() == Item::CONST_ITEM)) | ||||
|       { | ||||
|         logging::Message::Args args; | ||||
|         args.add(funcName); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user