mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 c55c292832
			
		
	
	
	c55c292832
	
	
	
		
			
			first step in moving drop table out of the handler. todo: other methods that don't need an open table for now hton->drop_table is optional, for backward compatibility reasons
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| select * from t1 partition (p1);
 | |
| x
 | |
| 300
 | |
| select * from t1 partition (p0);
 | |
| ERROR HY000: Can't find file: './test/t1.MYI' (errno: 2 "No such file or directory")
 | |
| drop table t1;
 | |
| Warnings:
 | |
| Warning	1017	Can't find file: './test/t1.par' (errno: 2 "No such file or directory")
 |