diff options
author | unknown <jimw@mysql.com> | 2005-04-01 09:13:20 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-04-01 09:13:20 -0800 |
commit | 3b82560b959def5b5dfc1f6d5b9fee061890664f (patch) | |
tree | be676a74e93be8a85009fcf63a3bf42cef6cc7dd /mysql-test/t/ps_grant.test | |
parent | f0148b21c32f0dd60e2a1732d62223b41fcd853f (diff) | |
download | mariadb-git-3b82560b959def5b5dfc1f6d5b9fee061890664f.tar.gz |
Fix the new ps_grant test to clean itself up properly.
mysql-test/r/ps_grant.result:
Update results
mysql-test/t/ps_grant.test:
Fix cleanup of test
Diffstat (limited to 'mysql-test/t/ps_grant.test')
-rw-r--r-- | mysql-test/t/ps_grant.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/ps_grant.test b/mysql-test/t/ps_grant.test index 283c06c9a8c..06613072824 100644 --- a/mysql-test/t/ps_grant.test +++ b/mysql-test/t/ps_grant.test @@ -114,7 +114,6 @@ commit ; --error 1141 show grants for second_user@localhost ; -drop table t1,t9 ; drop database mysqltest; |