mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 18:36:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			89 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| create table t1(a int) engine=innodb;
 | |
| # restart
 | |
| select * from t1;
 | |
| a
 | |
| 1
 | |
| 2
 | |
| 5
 | |
| drop table t1;
 | 
