%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/mysql/5.1/mysql-test/suite/rpl/t/
Upload File :
Create Path :
Current File : //usr/local/mysql/5.1/mysql-test/suite/rpl/t/rpl_000011.test

source include/master-slave.inc;

create table t1 (n int);
insert into t1 values(1);
sync_slave_with_master; 
stop slave;
start slave;
connection master;
insert into t1 values(2);
#let slave catch up
sync_slave_with_master;
select * from t1;
connection master;
drop table t1;
sync_slave_with_master;

# End of 4.1 tests
--source include/rpl_end.inc

Zerion Mini Shell 1.0