Add missing binlog_checksum initialization
The variable was not initialized.
This commit is contained in:
@ -541,6 +541,7 @@ Avro::Avro(SERVICE* service, MXS_CONFIG_PARAMETER* params, sqlite3* handle, SERV
|
|||||||
binlog_fd(-1),
|
binlog_fd(-1),
|
||||||
event_types(0),
|
event_types(0),
|
||||||
event_type_hdr_lens{0},
|
event_type_hdr_lens{0},
|
||||||
|
binlog_checksum(0),
|
||||||
trx_count(0),
|
trx_count(0),
|
||||||
trx_target(config_get_integer(params, "group_trx")),
|
trx_target(config_get_integer(params, "group_trx")),
|
||||||
row_count(0),
|
row_count(0),
|
||||||
|
Reference in New Issue
Block a user