summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_many_optimize.result
blob: 82b1f685ea8514d6709584acbe5909fa59e29b38 (plain)
1
2
3
4
5
6
7
include/master-slave.inc
[connection master]
create table t1 (a int not null auto_increment primary key, b int, key(b));
INSERT INTO t1 (a) VALUES (1),(2);
drop table t1;
connection slave;
include/rpl_end.inc