mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / binlog / r / binlog_incident.result
blob7a555743723dfd4c0115bd260160d19918ae9252
1 RESET MASTER;
2 CREATE TABLE t1 (a INT);
3 INSERT INTO t1 VALUES (1),(2),(3);
4 SELECT * FROM t1;
9 REPLACE INTO t1 VALUES (4);
10 DROP TABLE t1;
11 FLUSH LOGS;
12 Contain RELOAD DATABASE