diff options
author | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-04-24 13:53:12 +0500 |
---|---|---|
committer | unknown <ramil/ram@mysql.com/ramil.myoffice.izhnet.ru> | 2007-04-24 13:53:12 +0500 |
commit | 6ed58d798763fcadbb69de2fb2d71304422de28b (patch) | |
tree | 1e3ac50fec65ad52ddb1558927fcd318eddc38c0 /mysql-test/t/grant.test | |
parent | 3af43cecb2aa809d12aa4cb624210d5aec87b407 (diff) | |
download | mariadb-git-6ed58d798763fcadbb69de2fb2d71304422de28b.tar.gz |
after-merge fix
Diffstat (limited to 'mysql-test/t/grant.test')
-rw-r--r-- | mysql-test/t/grant.test | 1 |
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. |