From b34b8e3683e82bd29ba408ea455a46fe6f86bee8 Mon Sep 17 00:00:00 2001 From: "bar@mysql.com/bar.myoffice.izhnet.ru" <> Date: Thu, 5 Jul 2007 19:02:04 +0500 Subject: [PATCH] Fixing wrong results --- mysql-test/r/binlog_row_ctype_cp932.result | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mysql-test/r/binlog_row_ctype_cp932.result b/mysql-test/r/binlog_row_ctype_cp932.result index e7c1bb6c825..ef9f76b7d9c 100644 --- a/mysql-test/r/binlog_row_ctype_cp932.result +++ b/mysql-test/r/binlog_row_ctype_cp932.result @@ -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;