diff options
author | ramil/ram@mysql.com/ramil.myoffice.izhnet.ru <> | 2007-04-24 13:53:12 +0500 |
---|---|---|
committer | ramil/ram@mysql.com/ramil.myoffice.izhnet.ru <> | 2007-04-24 13:53:12 +0500 |
commit | 244c1923478737e72d434a1ce3905f72c0b6d8d1 (patch) | |
tree | 1e3ac50fec65ad52ddb1558927fcd318eddc38c0 /mysql-test/t/grant.test | |
parent | 3935e2245943ac50e4c2099949e9cc29e9c7d94a (diff) | |
download | mariadb-git-244c1923478737e72d434a1ce3905f72c0b6d8d1.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. |