Skip to content

Commit

Permalink
MDEV-13850: Uninitialized variable at wsrep_binlog.cc:455
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Sep 20, 2017
1 parent 99fbf3e commit 0b94379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/wsrep_binlog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
File file;
IO_CACHE cache;
Log_event_writer writer(&cache);
Format_description_log_event *ev;
Format_description_log_event *ev=NULL;

int len= my_snprintf(filename, PATH_MAX, "%s/GRA_%ld_%lld_v2.log",
wsrep_data_home_dir, thd->thread_id,
Expand Down

0 comments on commit 0b94379

Please sign in to comment.