diff options
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_sp.test')
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_sp.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/suite/rpl/t/rpl_sp.test b/mysql-test/suite/rpl/t/rpl_sp.test index f363b64558a..87503dbf9a3 100644 --- a/mysql-test/suite/rpl/t/rpl_sp.test +++ b/mysql-test/suite/rpl/t/rpl_sp.test @@ -561,7 +561,6 @@ set @a:= mysqltest2.f1(); sync_slave_with_master; connection master; - # Final inspection which verifies how all statements of this test file # were written to the binary log. --replace_column 2 # 5 # @@ -579,7 +578,7 @@ set global log_bin_trust_function_creators=0; # Clean up drop database mysqltest; drop database mysqltest2; +sync_slave_with_master; --echo End of 5.0 tests --echo End of 5.1 tests - |