diff options
author | unknown <ram@gw.mysql.r18.ru> | 2004-08-12 16:16:38 +0500 |
---|---|---|
committer | unknown <ram@gw.mysql.r18.ru> | 2004-08-12 16:16:38 +0500 |
commit | c4ac8263767570806573293913461c20766e0214 (patch) | |
tree | 2984f81b3867402942d3548a5756fe329a3ed978 /mysql-test/r/grant.result | |
parent | ab9b33597e2b287ddc3ce4aea2d238eb818ab2f3 (diff) | |
download | mariadb-git-c4ac8263767570806573293913461c20766e0214.tar.gz |
Added initial sorting in order to make test case repeatable.
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r-- | mysql-test/r/grant.result | 1 |
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 |