Commit 3b82560b authored by unknown's avatar unknown
Browse files

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
parent f0148b21
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@ commit ;
--error 1141
show grants for second_user@localhost ;

drop table t1,t9 ;
drop database mysqltest;