summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant.test
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2007-05-12 00:46:07 +0400
committerunknown <evgen@moonbone.local>2007-05-12 00:46:07 +0400
commitf0ddabc51875755b897232659dff241c1c8eb11e (patch)
treeaf0f5835af4d9e7776a4baade3ea21ce9af5f60a /mysql-test/t/grant.test
parent86dccd92897fe123077f27f8a1bb6c8aa55cee6c (diff)
downloadmariadb-git-f0ddabc51875755b897232659dff241c1c8eb11e.tar.gz
grant.result, grant.test:
Corrected test case for the bug#27878. mysql-test/t/grant.test: Corrected test case for the bug#27878. mysql-test/r/grant.result: Corrected test case for the bug#27878.
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r--mysql-test/t/grant.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test
index c1eae9b3c36..aa43e4225c5 100644
--- a/mysql-test/t/grant.test
+++ b/mysql-test/t/grant.test
@@ -1144,7 +1144,7 @@ UPDATE v1 SET f2 = 4;
SELECT * FROM test.t1;
disconnect user1;
connection default;
-DROP VIEW v1;
+DROP DATABASE db27878;
use test;
DROP TABLE t1;