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 
			
		
		
		
	chore(rbo, codemanagement) MCOL-6143: move rbo to separate dir
This commit is contained in:
		
				
					committed by
					
						 Leonid Fedorov
						Leonid Fedorov
					
				
			
			
				
	
			
			
			
						parent
						
							e46079727a
						
					
				
				
					commit
					50c8e91ae6
				
			| @@ -1,4 +1,4 @@ | ||||
| set(rbo_SRCS ../mysql/rulebased_optimizer.cpp ../mysql/rbo_apply_parallel_ces.cpp ../mysql/rbo_predicate_pushdown.cpp) | ||||
| set(rbo_SRCS rulebased_optimizer.cpp rbo_apply_parallel_ces.cpp rbo_predicate_pushdown.cpp) | ||||
|  | ||||
| columnstore_library(rbo ${rbo_SRCS}) | ||||
|  | ||||
|   | ||||
| @@ -19,7 +19,7 @@ | ||||
| 
 | ||||
| #define PREFER_MY_CONFIG_H | ||||
| #include <my_config.h> | ||||
| #include "idb_mysql.h" | ||||
| #include <dbcon/mysql/idb_mysql.h> | ||||
| 
 | ||||
| #include <optional> | ||||
| #include <vector> | ||||
| @@ -19,7 +19,7 @@ | ||||
| 
 | ||||
| #define PREFER_MY_CONFIG_H | ||||
| #include <my_config.h> | ||||
| #include "idb_mysql.h" | ||||
| #include <dbcon/mysql/idb_mysql.h> | ||||
| 
 | ||||
| #include "execplan/calpontselectexecutionplan.h" | ||||
| #include "rulebased_optimizer.h" | ||||
| @@ -23,7 +23,7 @@ | ||||
| #include <my_config.h> | ||||
| // #include "idb_mysql.h"
 | ||||
| 
 | ||||
| #include "ha_mcs_impl_if.h" | ||||
| #include <dbcon/mysql/ha_mcs_impl_if.h> | ||||
| 
 | ||||
| #include "execplan/calpontselectexecutionplan.h" | ||||
| 
 | ||||
| @@ -9,11 +9,11 @@ | ||||
| #include <vector> | ||||
| #include <string> | ||||
|  | ||||
| #include "../dbcon/mysql/rbo_apply_parallel_ces.h" | ||||
| #include <dbcon/rbo/rbo_apply_parallel_ces.h> | ||||
|  | ||||
| #include "../dbcon/execplan/calpontselectexecutionplan.h" | ||||
| #include "../dbcon/execplan/simplecolumn.h" | ||||
| #include "../dbcon/mysql/ha_mcs_impl_if.h" | ||||
| #include <dbcon/execplan/calpontselectexecutionplan.h> | ||||
| #include <dbcon/execplan/simplecolumn.h> | ||||
| #include <dbcon/mysql/ha_mcs_impl_if.h> | ||||
|  | ||||
| class RBOHybridTest : public ::testing::Test | ||||
| { | ||||
|   | ||||
							
								
								
									
										0
									
								
								tests/rewritetest.cpp
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
									
										0
									
								
								tests/rewritetest.cpp
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
		Reference in New Issue
	
	Block a user