Fixing wrong results
This commit is contained in:
parent
487f24320a
commit
b34b8e3683
@ -11348,8 +11348,7 @@ delete from t1 where a='';
|
|||||||
alter table t1 add key(a);
|
alter table t1 add key(a);
|
||||||
check table t1;
|
check table t1;
|
||||||
Table Op Msg_type Msg_text
|
Table Op Msg_type Msg_text
|
||||||
test.t1 check error Key in wrong position at page 176128
|
test.t1 check status OK
|
||||||
test.t1 check error Corrupt
|
|
||||||
drop table t1;
|
drop table t1;
|
||||||
drop table t2;
|
drop table t2;
|
||||||
create table t1 (col1 varchar(1)) character set cp932;
|
create table t1 (col1 varchar(1)) character set cp932;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user