diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-09-20 10:46:09 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-09-20 10:46:09 +0300 |
commit | 2d9f5f69d4fee8a2cf2423000a2e7e10e0c3608b (patch) | |
tree | 32c68fc622cb7fc5ec6a9029d6b39c64e184ca20 /sql/wsrep_binlog.cc | |
parent | 246d321f67774990a61c258bd189694523714064 (diff) | |
parent | c9e111202efce8c61184d49062ec2e1d2d129a57 (diff) | |
download | mariadb-git-2d9f5f69d4fee8a2cf2423000a2e7e10e0c3608b.tar.gz |
Merge branch '10.1' into 10.2
Diffstat (limited to 'sql/wsrep_binlog.cc')
-rw-r--r-- | sql/wsrep_binlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_binlog.cc b/sql/wsrep_binlog.cc index d538383ebc4..483da2296ad 100644 --- a/sql/wsrep_binlog.cc +++ b/sql/wsrep_binlog.cc @@ -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_%lld_%lld_v2.log", wsrep_data_home_dir, (longlong) thd->thread_id, |