mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# Note that this test uses tables from the previous test
 | 
						|
# This is to test that the table t1 survives a reboot of MySQL
 | 
						|
# The options in the -master.opt file are just there to force the reboot
 | 
						|
#
 | 
						|
-- source include/have_bdb.inc
 | 
						|
select * from t1;
 | 
						|
drop table t1;
 | 
						|
 | 
						|
# End of 4.1 tests
 |