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 | f54172a16a6bb4bf7787e47dfa91e45051f16a68 (patch) | |
tree | be676a74e93be8a85009fcf63a3bf42cef6cc7dd /mysql-test/r/ps_grant.result | |
parent | 3805311b8ffeb31d83553e2bba2e891dda097694 (diff) | |
download | mariadb-git-f54172a16a6bb4bf7787e47dfa91e45051f16a68.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/r/ps_grant.result')
-rw-r--r-- | mysql-test/r/ps_grant.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/ps_grant.result b/mysql-test/r/ps_grant.result index 81de74f245c..4c60bb03165 100644 --- a/mysql-test/r/ps_grant.result +++ b/mysql-test/r/ps_grant.result @@ -78,5 +78,4 @@ drop user second_user@localhost ; commit ; show grants for second_user@localhost ; ERROR 42000: There is no such grant defined for user 'second_user' on host 'localhost' -drop table t1,t9 ; drop database mysqltest; |