3761 Andrei Elkin 2011-03-14
Bug#11765758 bug#58754 RPL_CORRUPTION FAILED on mysql-trunk
This is an intermidiate commit carring
small changes in corruption simulation that are supposed to reveal if Bug@58630 is involved
into the crash issue.
@ sql/rpl_slave.cc
(temporary) changing a fine reset for the session debug variable with a coarse emptying still
preserving correctness of simulation and its handling.
modified:
sql/rpl_slave.cc
3760 Magne Mahre 2011-03-14 [merge]
Merge from mysql-5.5 (no conflicts)
modified:
sql/mysqld.cc
=== modified file 'sql/rpl_slave.cc'
--- a/sql/rpl_slave.cc 2011-02-14 16:07:38 +0000
+++ b/sql/rpl_slave.cc 2011-03-14 13:55:44 +0000
@@ -4372,7 +4372,7 @@ static int queue_event(Master_info* mi,c
int debug_cor_pos = rand() % (event_len - BINLOG_CHECKSUM_LEN);
debug_event_buf_c[debug_cor_pos] =~ debug_event_buf_c[debug_cor_pos];
DBUG_PRINT("info", ("Corrupt the event at queue_event: byte on position %d", debug_cor_pos));
- DBUG_SET("-d,corrupt_queue_event");
+ DBUG_SET("");
}
);
Attachment: [text/bzr-bundle] bzr/andrei.elkin@oracle.com-20110314135544-xez4ef4e0rynbmy9.bundle
| Thread |
|---|
| • bzr push into mysql-trunk branch (andrei.elkin:3760 to 3761) Bug#58754Bug#11765758 | Andrei Elkin | 14 Mar |