Commit 1ebcd903 authored by jimw@mysql.com's avatar jimw@mysql.com

Fix the new ps_grant test to clean itself up properly.

parent aa4f3522
......@@ -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;
......@@ -114,7 +114,6 @@ commit ;
--error 1141
show grants for second_user@localhost ;
drop table t1,t9 ;
drop database mysqltest;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment