summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_slave_load_tmpdir_not_exist.result
blob: 249f3514c8a5f329663f894395de4e571c3c81ab (plain)
1
2
3
4
5
6
7
8
9
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/stop_slave_io.inc
RESET SLAVE;
include/rpl_end.inc