Loading mysql-test/t/grant.test +12 −0 Original line number Diff line number Diff line Loading @@ -487,4 +487,16 @@ flush privileges; set @user123="non-existent"; 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 Loading
mysql-test/t/grant.test +12 −0 Original line number Diff line number Diff line Loading @@ -487,4 +487,16 @@ flush privileges; set @user123="non-existent"; 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