Merge mysql.com:/usr/home/bar/mysql-4.1.b14406
into mysql.com:/usr/home/bar/mysql-5.0 mysql-test/r/ps_grant.result: Auto merged mysql-test/t/grant.test: Auto merged
This commit is contained in:
commit
5edc1d5d97
@ -487,4 +487,16 @@ flush privileges;
|
|||||||
set @user123="non-existent";
|
set @user123="non-existent";
|
||||||
select * from mysql.db where user=@user123;
|
select * from mysql.db where user=@user123;
|
||||||
|
|
||||||
|
set names koi8r;
|
||||||
|
create database 薩;
|
||||||
|
grant select on 薩.* to root@localhost;
|
||||||
|
select hex(Db) from mysql.db where Db='薩';
|
||||||
|
show grants for root@localhost;
|
||||||
|
flush privileges;
|
||||||
|
show grants for root@localhost;
|
||||||
|
drop database 薩;
|
||||||
|
revoke all privileges on 薩.* from root@localhost;
|
||||||
|
show grants for root@localhost;
|
||||||
|
set names latin1;
|
||||||
|
|
||||||
# End of 4.1 tests
|
# End of 4.1 tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user