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