From f0ddabc51875755b897232659dff241c1c8eb11e Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 12 May 2007 00:46:07 +0400 Subject: 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. --- mysql-test/t/grant.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/grant.test') 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; -- cgit v1.2.1