1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Revoking patch for Bug#10952 on behalf of Brian.

This commit is contained in:
unknown
2006-07-10 20:46:05 +02:00
parent 945d4606bb
commit 1a7e4ac0bb
8 changed files with 3 additions and 44 deletions

View File

@@ -380,16 +380,6 @@ drop table t1, t2, t3;
# End of 4.1 tests
#
# 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=MERGE;
drop table t1;
#
# BUG#19648 - Merge table does not work with bit types
#