summaryrefslogtreecommitdiff
path: root/mysql-test/t/grant.test
diff options
context:
space:
mode:
authorunknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru>2007-04-24 13:53:12 +0500
committerunknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru>2007-04-24 13:53:12 +0500
commit6ed58d798763fcadbb69de2fb2d71304422de28b (patch)
tree1e3ac50fec65ad52ddb1558927fcd318eddc38c0 /mysql-test/t/grant.test
parent3af43cecb2aa809d12aa4cb624210d5aec87b407 (diff)
downloadmariadb-git-6ed58d798763fcadbb69de2fb2d71304422de28b.tar.gz
after-merge fix
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r--mysql-test/t/grant.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/grant.test b/mysql-test/t/grant.test
index 5d60ec96709..d2b384b6559 100644
--- a/mysql-test/t/grant.test
+++ b/mysql-test/t/grant.test
@@ -920,6 +920,7 @@ ALTER TABLE t1 RENAME TO t2;
DROP USER mysqltest_1@localhost;
DROP DATABASE mysqltest1;
+USE test;
# Working with database-level privileges.