mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
fix results after merge
This commit is contained in:
parent
93c397f9fa
commit
7937b3e6a2
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue