config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/rpl/t/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/rpl/t/rpl_alter_db.test

source include/master-slave.inc;

--echo ==== Verify that alter database does not stop replication ====

create database temp_db;
use temp_db; # to be different from initial `test' db of mysqltest client
alter database collate latin1_bin;

--source include/sync_slave_sql_with_master.inc

--echo ==== Clean up ====
connection master;
drop database temp_db;
--source include/sync_slave_sql_with_master.inc
--source include/rpl_end.inc

Man Man