Loading mysql-test/r/binlog_stm_blackhole.result +0 −2 Original line number Diff line number Diff line Loading @@ -150,8 +150,6 @@ master-bin.000001 # Query 1 # use `test`; BEGIN master-bin.000001 # Query 1 # use `test`; insert into t1 values(1) master-bin.000001 # Query 1 # use `test`; COMMIT drop table if exists t1; Warnings: Note 1051 Unknown table 't1' create table t1 (c char(20)) engine=MyISAM; insert into t1 values ("Monty"),("WAX"),("Walrus"); alter table t1 engine=blackhole; Loading Loading
mysql-test/r/binlog_stm_blackhole.result +0 −2 Original line number Diff line number Diff line Loading @@ -150,8 +150,6 @@ master-bin.000001 # Query 1 # use `test`; BEGIN master-bin.000001 # Query 1 # use `test`; insert into t1 values(1) master-bin.000001 # Query 1 # use `test`; COMMIT drop table if exists t1; Warnings: Note 1051 Unknown table 't1' create table t1 (c char(20)) engine=MyISAM; insert into t1 values ("Monty"),("WAX"),("Walrus"); alter table t1 engine=blackhole; Loading