diff options
author | serg@serg.mylan <> | 2003-06-10 15:19:59 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2003-06-10 15:19:59 +0200 |
commit | 287ea0570528bb2ac938750c031fced4fdeae2e5 (patch) | |
tree | 8777eba728940767c084573d3fe01784df905a2b /mysql-test/r/grant.result | |
parent | 0cd682711f7386513f235cbc08cc4966ff3294f9 (diff) | |
download | mariadb-git-287ea0570528bb2ac938750c031fced4fdeae2e5.tar.gz |
test results updated
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r-- | mysql-test/r/grant.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result index 715deac7965..6b33f6a7536 100644 --- a/mysql-test/r/grant.result +++ b/mysql-test/r/grant.result @@ -91,14 +91,14 @@ Grants for drop_user@localhost GRANT USAGE ON *.* TO 'drop_user'@'localhost' drop user drop_user@localhost; revoke all privileges, grant from drop_user@localhost; -Can't revoke all privileges, grant for one or more of the requested users +ERROR HY000: Can't revoke all privileges, grant for one or more of the requested users grant select(a) on test.t1 to drop_user1@localhost; grant select on test.t1 to drop_user2@localhost; grant select on test.* to drop_user3@localhost; grant select on *.* to drop_user4@localhost; drop user drop_user1@localhost, drop_user2@localhost, drop_user3@localhost, drop_user4@localhost; -Can't drop one or more of the requested users +ERROR HY000: Can't drop one or more of the requested users revoke all privileges, grant from drop_user1@localhost, drop_user2@localhost, drop_user3@localhost, drop_user4@localhost; drop user drop_user1@localhost, drop_user2@localhost, drop_user3@localhost, |