summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/rpl/r/rpl_slave_load_tmpdir_not_exist.result
blob: e9a96fc41e176ec29c359193e49b8b58028ddbe4 (plain)
1
2
3
4
5
6
7
8
9
10
include/master-slave.inc
[connection master]
connection slave;
START SLAVE;
call mtr.add_suppression("Slave SQL.*Unable to use slave.s temporary directory");
include/wait_for_slave_sql_error.inc [errno=12]
include/wait_for_slave_io_to_start.inc
include/stop_slave_io.inc
RESET SLAVE;
include/rpl_end.inc