mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	We need to make sure that hton is not same as view_pseudo_hton that is not NULL but not usable.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			Text
		
	
	
	
	
	
connection node_2;
 | 
						|
connection node_1;
 | 
						|
CREATE VIEW v AS SELECT 1;
 | 
						|
RENAME TABLE v TO v2;
 | 
						|
DROP VIEW v2;
 |