3614 Nuno Carvalho 2012-02-17
WL#5223
Initialize queue management variables.
modified:
sql/binlog.cc
3613 Nuno Carvalho 2012-02-15
WL#5223
Updated suite/rpl/r/rpl_row_max_relay_size.result file.
modified:
mysql-test/suite/rpl/r/rpl_row_max_relay_size.result
=== modified file 'sql/binlog.cc'
--- a/sql/binlog.cc 2012-02-14 15:29:55 +0000
+++ b/sql/binlog.cc 2012-02-17 14:10:29 +0000
@@ -1955,7 +1955,8 @@ MYSQL_BIN_LOG::MYSQL_BIN_LOG(uint *sync_
is_relay_log(0), signal_cnt(0),
checksum_alg_reset(BINLOG_CHECKSUM_ALG_UNDEF),
relay_log_checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF),
- description_event_for_exec(0), description_event_for_queue(0)
+ description_event_for_exec(0), description_event_for_queue(0),
+ first_in_queue(NULL), last_in_queue(NULL)
{
/*
We don't want to initialize locks here as such initialization depends on
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (nuno.carvalho:3613 to 3614) WL#5223 | Nuno Carvalho | 20 Feb |