diff options
Diffstat (limited to 'mysql-test/t/rpl_row_sp012.test')
-rw-r--r-- | mysql-test/t/rpl_row_sp012.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_row_sp012.test b/mysql-test/t/rpl_row_sp012.test index 5b6fc139577..3a8d295121c 100644 --- a/mysql-test/t/rpl_row_sp012.test +++ b/mysql-test/t/rpl_row_sp012.test @@ -68,6 +68,7 @@ DROP PROCEDURE IF EXISTS test.p3; DROP PROCEDURE IF EXISTS test.p2; DROP TABLE IF EXISTS test.t1; DROP TABLE IF EXISTS test.t2; +DROP USER user1@localhost; sync_slave_with_master; # End of 5.0 test case |