mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl / r / rpl_many_optimize.result
blob53be9b48c7bf739b58dc6281dbbab113e06e523a
1 include/master-slave.inc
2 [connection master]
3 create table t1 (a int not null auto_increment primary key, b int, key(b));
4 INSERT INTO t1 (a) VALUES (1),(2);
5 drop table t1;
6 include/rpl_end.inc