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