mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
Fixed incorrect merge of gluh's reversion of B-g#21432.
This commit is contained in:
parent
7c5c899976
commit
8dd3e7f489
2 changed files with 0 additions and 30 deletions
|
@ -1340,18 +1340,6 @@ select a from t1 group by a;
|
||||||
a
|
a
|
||||||
e
|
e
|
||||||
drop table t1;
|
drop table t1;
|
||||||
set names utf8;
|
|
||||||
grant select on test.* to юзер_юзер@localhost;
|
|
||||||
user()
|
|
||||||
юзер_юзер@localhost
|
|
||||||
revoke all on test.* from юзер_юзер@localhost;
|
|
||||||
drop user юзер_юзер@localhost;
|
|
||||||
create database имя_базы_в_кодировке_утф8_длиной_больше_чем_45;
|
|
||||||
use имя_базы_в_кодировке_утф8_длиной_больше_чем_45;
|
|
||||||
select database();
|
|
||||||
database()
|
|
||||||
имя_базы_в_кодировке_утф8_длиной_больше_чем_45
|
|
||||||
drop database имя_базы_в_кодировке_утф8_длиной_больше_чем_45;
|
|
||||||
use test;
|
use test;
|
||||||
create table t1(a char(10)) default charset utf8;
|
create table t1(a char(10)) default charset utf8;
|
||||||
insert into t1 values ('123'), ('456');
|
insert into t1 values ('123'), ('456');
|
||||||
|
|
|
@ -1069,24 +1069,6 @@ explain select a from t1 group by a;
|
||||||
select a from t1 group by a;
|
select a from t1 group by a;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Bug#20393: User name truncation in mysql client
|
|
||||||
# Bug#21432: Database/Table name limited to 64 bytes, not chars, problems with multi-byte
|
|
||||||
#
|
|
||||||
set names utf8;
|
|
||||||
#create user юзер_юзер@localhost;
|
|
||||||
grant select on test.* to юзер_юзер@localhost;
|
|
||||||
--exec $MYSQL --default-character-set=utf8 --user=юзер_юзер -e "select user()"
|
|
||||||
revoke all on test.* from юзер_юзер@localhost;
|
|
||||||
drop user юзер_юзер@localhost;
|
|
||||||
|
|
||||||
create database имя_базы_в_кодировке_утф8_длиной_больше_чем_45;
|
|
||||||
use имя_базы_в_кодировке_утф8_длиной_больше_чем_45;
|
|
||||||
select database();
|
|
||||||
drop database имя_базы_в_кодировке_утф8_длиной_больше_чем_45;
|
|
||||||
use test;
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Bug #20204: "order by" changes the results returned
|
# Bug #20204: "order by" changes the results returned
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue