Reverted the fix for bug #25830 because of omissions and non-complete test

case.
This commit is contained in:
Georgi Kodinov 2009-01-05 12:37:56 +02:00
commit 4978004e8d
4 changed files with 4 additions and 35 deletions

View file

@ -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 `Ö`;