| Bug #17780 | binlog_row_ctype_cp932.test fails | ||
|---|---|---|---|
| Submitted: | 28 Feb 2006 13:56 | Modified: | 2 Mar 2006 1:58 |
| Reporter: | Ingo Strüwing | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
| Version: | 5.1.8 | OS: | Linux (Linux) |
| Assigned to: | Lars Thalmann | CPU Architecture: | Any |
[1 Mar 2006 15:49]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/3335
[1 Mar 2006 16:00]
Lars Thalmann
Fix pushed in 5.1.8. Only a bad test result file. No changes done to the server.
[2 Mar 2006 1:58]
Paul DuBois
No changelog entry needed.

Description: *** r/binlog_row_ctype_cp932.result 2006-02-17 12:00:09.000000000 +0300 --- r/binlog_row_ctype_cp932.reject 2006-02-28 16:50:54.000000000 +0300 *************** *** 11315,11334 **** DROP TABLE t2; DROP TABLE t3; DROP TABLE t4; - RESET MASTER; - CREATE TABLE t1(f1 blob); - PREPARE stmt1 FROM 'INSERT INTO t1 VALUES(?)'; - SET @var1= x'8300'; - EXECUTE stmt1 USING @var1; - 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 - DROP table t1; SET collation_connection='cp932_japanese_ci'; create table t1 select repeat('a',4000) a; delete from t1; --- 11315,11320 ---- How to repeat: BUILD/compile-pentium-debug-max cd mysql-test ./mysql-test-run --mysqld=--binlog-format=row binlog_row_ctype_cp932