summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorram@gw.mysql.r18.ru <>2004-08-12 16:16:38 +0500
committerram@gw.mysql.r18.ru <>2004-08-12 16:16:38 +0500
commit0f0b1ebe626a9c715e4961d1b14fb42ac5111d6d (patch)
tree2984f81b3867402942d3548a5756fe329a3ed978 /mysql-test
parenta8d3ad5e59da372248a6e35cc263603804804deb (diff)
downloadmariadb-git-0f0b1ebe626a9c715e4961d1b14fb42ac5111d6d.tar.gz
Added initial sorting in order to make test case repeatable.
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/grant.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result
index c76b6ee46d5..d4d8dd1f026 100644
--- a/mysql-test/r/grant.result
+++ b/mysql-test/r/grant.result
@@ -134,6 +134,7 @@ select 1;
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;
Grants for test11@localhost