From f54172a16a6bb4bf7787e47dfa91e45051f16a68 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 1 Apr 2005 09:13:20 -0800 Subject: 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 --- mysql-test/r/ps_grant.result | 1 - mysql-test/t/ps_grant.test | 1 - 2 files changed, 2 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; 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; -- cgit v1.2.1