Add missing binlog_checksum initialization

The variable was not initialized.
This commit is contained in:
Markus Mäkelä 2018-06-07 11:16:20 +03:00
parent 04c781f4d5
commit b3cc65c516
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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),