summaryrefslogtreecommitdiff
path: root/mysql-test/r/lowercase_utf8.result
blob: 945e0912e80e97152bd786ad2c0090cd5a6531c4 (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 `А`;