diff options
author | unknown <msvensson@neptunus.(none)> | 2006-07-27 05:55:42 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-07-27 05:55:42 +0200 |
commit | dfaa0582bb76d4f1098e4a05dba8ee11bbcad68c (patch) | |
tree | adc2f1ababdea23c28a72d586a5e64e3b76b0b8c /mysql-test/extra | |
parent | 1585d76e1fa9031abc16da2499d5d085a0cceb9c (diff) | |
parent | a9f0f11671acfd6f31404ecc34b63177a93a1801 (diff) | |
download | mariadb-git-dfaa0582bb76d4f1098e4a05dba8ee11bbcad68c.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
mysql-test/t/disabled.def:
Auto merged
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/binlog_tests/blackhole.test | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mysql-test/extra/binlog_tests/blackhole.test b/mysql-test/extra/binlog_tests/blackhole.test index 97243015aba..cad4380a374 100644 --- a/mysql-test/extra/binlog_tests/blackhole.test +++ b/mysql-test/extra/binlog_tests/blackhole.test @@ -129,7 +129,6 @@ show binlog events; drop table t1,t2,t3; # End of 4.1 tests - # Test that a transaction which is rolled back does not go into binlog # and that a transaction which is committed does @@ -147,15 +146,6 @@ set autocommit=1; --replace_column 2 # 5 # --replace_regex /table_id: [0-9]+/table_id: #/ show binlog events; - -# -# BUG#10952 - alter table ... lost data without errors and warnings -# drop table if exists t1; -create table t1 (c char(20)) engine=MyISAM; -insert into t1 values ("Monty"),("WAX"),("Walrus"); ---error 1031 -alter table t1 engine=blackhole; -drop table t1; # End of 5.0 tests |