diff options
author | Matthias Leich <Matthias.Leich@sun.com> | 2009-07-02 15:40:27 +0200 |
---|---|---|
committer | Matthias Leich <Matthias.Leich@sun.com> | 2009-07-02 15:40:27 +0200 |
commit | a01b9e29227089f771bd5eefe5af7b21fa8cb246 (patch) | |
tree | bf3fa0d0e7b35d06c0012aac3aa68d831bdf6baf /mysql-test/suite/rpl | |
parent | fdf1461a4f987f7e2943112e1dd31d966fa57f4f (diff) | |
parent | 3abee40e6b15a99b5765b003af8a793b36ae0818 (diff) | |
download | mariadb-git-a01b9e29227089f771bd5eefe5af7b21fa8cb246.tar.gz |
Merge 5.0 -> 5.1 of fix for bug 45902
Diffstat (limited to 'mysql-test/suite/rpl')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_sp.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_sp.test b/mysql-test/suite/rpl/t/rpl_sp.test index ec6464fb095..9be630e9ae8 100644 --- a/mysql-test/suite/rpl/t/rpl_sp.test +++ b/mysql-test/suite/rpl/t/rpl_sp.test @@ -642,3 +642,6 @@ drop procedure ` mysqltestbug36570_p2`; drop function mysqltestbug36570_f1; --echo End of 5.0 tests --echo End of 5.1 tests + +# Cleanup +sync_slave_with_master; |