diff options
author | unknown <acurtis@xiphis.org> | 2006-05-12 11:49:35 -0700 |
---|---|---|
committer | unknown <acurtis@xiphis.org> | 2006-05-12 11:49:35 -0700 |
commit | 7937b3e6a282b5b18a7891e70e8cb8b42b9b0463 (patch) | |
tree | 0c20612967c4f23d98460baec1172c633805cc2e /mysql-test/r/binlog_stm_blackhole.result | |
parent | 93c397f9fa1e3e9dd62114ea8208557cdce21c29 (diff) | |
download | mariadb-git-7937b3e6a282b5b18a7891e70e8cb8b42b9b0463.tar.gz |
fix results after merge
Diffstat (limited to 'mysql-test/r/binlog_stm_blackhole.result')
-rw-r--r-- | mysql-test/r/binlog_stm_blackhole.result | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/binlog_stm_blackhole.result b/mysql-test/r/binlog_stm_blackhole.result index d31458f7278..64569993a7b 100644 --- a/mysql-test/r/binlog_stm_blackhole.result +++ b/mysql-test/r/binlog_stm_blackhole.result @@ -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; |