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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user