Commit a8d3ad5e authored by ram@gw.mysql.r18.ru's avatar ram@gw.mysql.r18.ru

Added initial sorting in order to make test case repeatable.

parent 494a3b05
......@@ -97,6 +97,7 @@ select 1; -- To test that the previous command didn't cause problems
insert into mysql.user (host, user) values ('localhost', 'test11');
insert into mysql.db (host, db, user, select_priv) values
('localhost', 'a%', 'test11', 'Y'), ('localhost', 'ab%', 'test11', 'Y');
alter table mysql.db order by db asc;
flush privileges;
show grants for test11@localhost;
alter table mysql.db order by db desc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment