diff options
-rw-r--r-- | mysql-test/r/ps_grant.result | 1 | ||||
-rw-r--r-- | mysql-test/t/ps_grant.test | 1 |
2 files changed, 0 insertions, 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; |