mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merged 5.0-bugteam -> 5.1-bugteam
This commit is contained in:
@ -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 `Ö`;
|
@ -1,4 +0,0 @@
|
||||
--lower-case-table-names=1 --character-set-server=utf8
|
||||
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
#
|
||||
# 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