Commit 6a2ef78c authored by unknown's avatar unknown

Fixing wrong results

parent 2262fcbc
......@@ -11348,8 +11348,7 @@ delete from t1 where a='';
alter table t1 add key(a);
check table t1;
Table Op Msg_type Msg_text
test.t1 check error Key in wrong position at page 176128
test.t1 check error Corrupt
test.t1 check status OK
drop table t1;
drop table t2;
create table t1 (col1 varchar(1)) character set cp932;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment