mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	sql/examples/ha_archive.cc: Added in example information from testing archive with Slashdot's comments. sql/handler.h: Fixed broken merge. sql/set_var.cc: Adding in "have_archive" to variables shown to make tests work.
		
			
				
	
	
		
			5 lines
		
	
	
		
			107 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			107 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| -- require r/have_archive.require
 | |
| disable_query_log;
 | |
| show variables like "have_archive";
 | |
| enable_query_log;
 |