初版
This commit is contained in:
9
build/lib/mysql/mysql-test/t/lowercase_utf8.test
Normal file
9
build/lib/mysql/mysql-test/t/lowercase_utf8.test
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Bug#25830 SHOW TABLE STATUS behaves differently depending on table name
|
||||
#
|
||||
set names utf8;
|
||||
create table `Ö` (id int);
|
||||
show tables from test like 'Ö';
|
||||
show tables from test like 'ö';
|
||||
drop table `Ö`;
|
||||
|
||||
Reference in New Issue
Block a user