Bug #17783 ctype_cp932_notembedded.test fails
Submitted: 28 Feb 2006 14:08 Modified: 2 Mar 2006 1:59
Reporter: Ingo Strüwing Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.1.8 OS:Linux (Linux)
Assigned to: Lars Thalmann CPU Architecture:Any

[28 Feb 2006 14:08] Ingo Strüwing
Description:
*** r/ctype_cp932_notembedded.result    2006-02-27 21:05:26.000000000 +0300
--- r/ctype_cp932_notembedded.reject    2006-02-28 17:05:26.000000000 +0300
***************
*** 9,16 ****
  SHOW BINLOG EVENTS FROM 102;
  Log_name      Pos     Event_type      Server_id       End_log_pos     Info
  master-bin.000001     102     Query   1       189     use `test`; CREATE TABLE t1(f1 blob)
! master-bin.000001     189     User var        1       228     @`var1`=_binary 0x8300 COLLATE binary
! master-bin.000001     228     Query   1       321     use `test`; INSERT INTO t1 VALUES(@'var1')
  SELECT HEX(f1) FROM t1;
  HEX(f1)
  8300
--- 9,16 ----
  SHOW BINLOG EVENTS FROM 102;
  Log_name      Pos     Event_type      Server_id       End_log_pos     Info
  master-bin.000001     102     Query   1       189     use `test`; CREATE TABLE t1(f1 blob)
! master-bin.000001     189     Table_map       1       228     test.t1
! master-bin.000001     228     Write_rows      1       262
  SELECT HEX(f1) FROM t1;
  HEX(f1)
  8300

How to repeat:
BUILD/compile-pentium-debug-max
cd mysql-test
./mysql-test-run --mysqld=--binlog-format=row ctype_cp932_notembedded
[1 Mar 2006 16:37] Lars Thalmann
Fixed in 5.1.8.

This fix was simply to remove the test, since exactly the same test is being 
done in other tests.  No server change.

No commit email was sent since the commit only removed files.
The changeset is the following:

ChangeSet@1.2205, 2006-03-01 17:31:43+01:00, lars@mysql.com
  BUG#17783: Removed redundant ctype_cp932_notembedded.test in 5.1
  This test is being performed by:
  1. ctype_cp932_binlog_row.test  and  2. ctype_cp932_binlog_stm.test
  Both of these source the file extra/binlog_tests/ctype_cp932_binlog.test
[2 Mar 2006 1:59] Paul DuBois
No changelog entry needed.