Commit 7937b3e6 authored by unknown's avatar unknown
Browse files

fix results after merge

parent 93c397f9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;