mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
9
mysql-test/main/lowercase_utf8.result
Normal file
9
mysql-test/main/lowercase_utf8.result
Normal file
@ -0,0 +1,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 `Ö`;
|
Reference in New Issue
Block a user