summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant.result
diff options
context:
space:
mode:
authorunknown <tsmith@ramayana.hindu.god>2007-12-07 03:42:39 -0700
committerunknown <tsmith@ramayana.hindu.god>2007-12-07 03:42:39 -0700
commit3d2ff984542b610e915dc93e7485c9d94cf357da (patch)
tree6cf3c0cc7b869ea6a5370b4be5a895957b7e5535 /mysql-test/r/grant.result
parentf11b6dbe232818175f140af6c0a7a8f23b160191 (diff)
parent6c4f81c91376fda461ec0ff3ca967182445259bb (diff)
downloadmariadb-git-3d2ff984542b610e915dc93e7485c9d94cf357da.tar.gz
Merge ramayana.hindu.god:/home/tsmith/m/bk/maint/50
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51-merge mysql-test/t/grant.test: Auto merged sql/sql_select.cc: Auto merged strings/ctype-simple.c: Auto merged mysql-test/r/grant.result: Manual merge
Diffstat (limited to 'mysql-test/r/grant.result')
-rw-r--r--mysql-test/r/grant.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result
index 5df0b4d9448..f2e591ec629 100644
--- a/mysql-test/r/grant.result
+++ b/mysql-test/r/grant.result
@@ -1194,6 +1194,7 @@ ERROR 42000: SELECT command denied to user 'mysqltest_2'@'localhost' for table '
DROP DATABASE mysqltest1;
DROP DATABASE mysqltest2;
DROP USER mysqltest_1@localhost;
+DROP USER mysqltest_2@localhost;
use test;
CREATE TABLE t1 (f1 int, f2 int);
INSERT INTO t1 VALUES(1,1), (2,2);
@@ -1213,6 +1214,7 @@ f1 f2
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;