mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	 7bf409593e
			
		
	
	
	7bf409593e
	
	
	
		
			
			Do not exporting mysqld entry points directly. This is needed for mariabackup, to load encryption plugins on Windows. All plugins are "pure" by default. To mark plugin "impure" it should use RECOMPILE_FOR_EMBEDDED or STORAGE_ENGINE keyword.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| ADD_DEFINITIONS(-DHAVE_RESPONSE_TIME_DISTRIBUTION)
 | |
| MYSQL_ADD_PLUGIN(QUERY_RESPONSE_TIME query_response_time.cc plugin.cc
 | |
|   RECOMPILE_FOR_EMBEDDED)
 |