| Path : /opt/mysql/mysql-test/suite/rpl/r/ |
| Current File : //opt/mysql/mysql-test/suite/rpl/r/rpl_slave_load_tmpdir_not_exist.result |
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