mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| CREATE TABLE t1(id INT);
 | |
| SHOW TABLES;
 | |
| Tables_in_test
 | |
| t1
 | |
| FLUSH LOGS;
 | |
| DROP TABLE t1;
 | |
| SHOW TABLES;
 | |
| Tables_in_test
 | |
| t1
 | |
| DROP TABLE t1;
 | 
