diff options
author | unknown <serg@serg.mylan> | 2003-06-10 15:19:59 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-06-10 15:19:59 +0200 |
commit | 5753ba790381ee56ee0cde7a46445bd10e711c5d (patch) | |
tree | 8777eba728940767c084573d3fe01784df905a2b /mysql-test/r/grant.result | |
parent | 2c7fd1153a2f5b21e02a2704ddf0bf0ab325656d (diff) | |
download | mariadb-git-5753ba790381ee56ee0cde7a46445bd10e711c5d.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, |