mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| set names utf8;
 | |
| create table `Ö` (id int);
 | |
| show tables from test like 'Ö';
 | |
| Tables_in_test (Ö)
 | |
| ö
 | |
| show tables from test like 'ö';
 | |
| Tables_in_test (ö)
 | |
| ö
 | |
| drop table `Ö`;
 | 
