1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

BUG#29207 - archive table reported as corrupt by check table

After merge fix.


mysql-test/r/archive.result:
  After merge fix.
This commit is contained in:
unknown
2007-06-28 14:04:20 +05:00
parent 8671dbd473
commit c69012d3e7

View File

@@ -12675,3 +12675,10 @@ select * from t1;
i
1
drop table t1;
create table t1(a longblob) engine=archive;
insert into t1 set a='';
insert into t1 set a='a';
check table t1 extended;
Table Op Msg_type Msg_text
test.t1 check status OK
drop table t1;