diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2010-11-06 19:21:12 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2010-11-06 19:21:12 +0100 |
commit | e0678e2ca624395a447dd8898583c13e31ec2f6a (patch) | |
tree | 41f00f483fc4d4a76540fb5b435bd66468b1be44 /mysql-test/suite/rpl/r/rpl_slave_status.result | |
parent | c4c198092cacf54d5928fa5577cc254f3467096d (diff) | |
download | mariadb-git-e0678e2ca624395a447dd8898583c13e31ec2f6a.tar.gz |
some test fixes after merging 57840
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_slave_status.result')
-rw-r--r-- | mysql-test/suite/rpl/r/rpl_slave_status.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_slave_status.result b/mysql-test/suite/rpl/r/rpl_slave_status.result index a98a81dc74f..315008d559a 100644 --- a/mysql-test/suite/rpl/r/rpl_slave_status.result +++ b/mysql-test/suite/rpl/r/rpl_slave_status.result @@ -33,3 +33,4 @@ Slave_IO_Running = No (should be No) DROP TABLE t1; [on master] DROP TABLE t1; +call mtr.force_restart(); |