mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
grant.result:
Bug 4338 mysql-test-run fails if compiled with non-latin1 character set: partual fix. mysql-test/r/grant.result: Bug 4338 mysql-test-run fails if compiled with non-latin1 character set: partual fix.
This commit is contained in:
@ -228,7 +228,7 @@ GRANT USAGE ON *.* TO '
|
|||||||
GRANT SELECT (<28><><EFBFBD>) ON `<60><>`.`<60><><EFBFBD>` TO '<27><><EFBFBD><EFBFBD>'@'localhost'
|
GRANT SELECT (<28><><EFBFBD>) ON `<60><>`.`<60><><EFBFBD>` TO '<27><><EFBFBD><EFBFBD>'@'localhost'
|
||||||
REVOKE SELECT (<28><><EFBFBD>) ON <20><>.<2E><><EFBFBD> FROM <20><><EFBFBD><EFBFBD>@localhost;
|
REVOKE SELECT (<28><><EFBFBD>) ON <20><>.<2E><><EFBFBD> FROM <20><><EFBFBD><EFBFBD>@localhost;
|
||||||
DROP DATABASE <20><>;
|
DROP DATABASE <20><>;
|
||||||
SET NAMES latin1;
|
SET NAMES binary;
|
||||||
insert into mysql.user (host, user) values ('localhost', 'test11');
|
insert into mysql.user (host, user) values ('localhost', 'test11');
|
||||||
insert into mysql.db (host, db, user, select_priv) values
|
insert into mysql.db (host, db, user, select_priv) values
|
||||||
('localhost', 'a%', 'test11', 'Y'), ('localhost', 'ab%', 'test11', 'Y');
|
('localhost', 'a%', 'test11', 'Y'), ('localhost', 'ab%', 'test11', 'Y');
|
||||||
|
Reference in New Issue
Block a user