mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Reverted the fix for bug #25830 because of omissions and non-complete test
case.
This commit is contained in:
parent
728c75cc0b
commit
4978004e8d
4 changed files with 4 additions and 35 deletions
|
|
@ -1,9 +0,0 @@
|
|||
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 `Ö`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue