diff options
author | tsmith@ramayana.hindu.god <> | 2007-12-07 03:42:39 -0700 |
---|---|---|
committer | tsmith@ramayana.hindu.god <> | 2007-12-07 03:42:39 -0700 |
commit | 04d363d1f669f46eaa837b728c360421c5e12338 (patch) | |
tree | 6cf3c0cc7b869ea6a5370b4be5a895957b7e5535 /mysql-test/t/grant.test | |
parent | 45c78260880b66b5bb03d19b9d106a70ff457887 (diff) | |
parent | bf6292ea979bc7af537c908920a7b53f5e34b9c2 (diff) | |
download | mariadb-git-04d363d1f669f46eaa837b728c360421c5e12338.tar.gz |
Merge ramayana.hindu.god:/home/tsmith/m/bk/maint/50
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51-merge
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r-- | mysql-test/t/grant.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test index 73775c95d52..373a1bd7828 100644 --- a/mysql-test/t/grant.test +++ b/mysql-test/t/grant.test @@ -1235,6 +1235,7 @@ DROP DATABASE mysqltest1; DROP DATABASE mysqltest2; DROP USER mysqltest_1@localhost; +DROP USER mysqltest_2@localhost; # # Bug#27878: Unchecked privileges on a view referring to a table from another @@ -1260,6 +1261,7 @@ connection default; REVOKE UPDATE (f1) ON `test`.`t1` FROM 'mysqltest_1'@'localhost'; REVOKE SELECT ON `test`.* FROM 'mysqltest_1'@'localhost'; REVOKE ALL ON db27878.* FROM 'mysqltest_1'@'localhost'; +DROP USER mysqltest_1@localhost; DROP DATABASE db27878; use test; DROP TABLE t1; |