summaryrefslogtreecommitdiff
path: root/mysql-test/main/lowercase_utf8.result
blob: 043226e1f64d11941c0ae6c553ff00f9a2469ad0 (plain)
1
2
3
4
5
6
7
8
9
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 `Ö`;