mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| PREPARE stmt2 FROM "CREATE VIEW v AS SELECT * FROM INFORMATION_SCHEMA.TABLES";
 | |
| FLUSH PRIVILEGES;
 | |
| EXECUTE stmt2;
 | |
| DROP VIEW v;
 | 
