diff options
author | ingo/mydev@chilla.local <> | 2006-07-24 13:34:30 +0200 |
---|---|---|
committer | ingo/mydev@chilla.local <> | 2006-07-24 13:34:30 +0200 |
commit | 5ebcd82a906f9222c7dbd01f5094a279ca5ef4c9 (patch) | |
tree | c4c160b1c958c50feec3bf675953ad2f8afb2f65 /mysql-test/r/binlog_row_blackhole.result | |
parent | dcdd8612f49d58a8c48b0100e9d1defe0aebaddf (diff) | |
download | mariadb-git-5ebcd82a906f9222c7dbd01f5094a279ca5ef4c9.tar.gz |
After merge fix
Diffstat (limited to 'mysql-test/r/binlog_row_blackhole.result')
-rw-r--r-- | mysql-test/r/binlog_row_blackhole.result | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/binlog_row_blackhole.result b/mysql-test/r/binlog_row_blackhole.result index 29738fcf426..12965e5788c 100644 --- a/mysql-test/r/binlog_row_blackhole.result +++ b/mysql-test/r/binlog_row_blackhole.result @@ -141,8 +141,3 @@ master-bin.000001 # Table_map 1 # table_id: # (test.t1) master-bin.000001 # Write_rows 1 # table_id: # flags: STMT_END_F master-bin.000001 # Query 1 # use `test`; COMMIT drop table if exists t1; -create table t1 (c char(20)) engine=MyISAM; -insert into t1 values ("Monty"),("WAX"),("Walrus"); -alter table t1 engine=blackhole; -ERROR HY000: Table storage engine for 't1' doesn't have this option -drop table t1; |